This commit is contained in:
John Murray 2023-10-11 06:11:32 +01:00 коммит произвёл GitHub
Родитель 92c41df51f
Коммит 9c03721e06
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -232,7 +232,7 @@ import * as vscode from 'vscode';
export function activate(context: vscode.ExtensionContext) {
// ...
const apiKey = context.secrets.get('apiKey');
const myApiKey = context.secrets.get('apiKey');
// ...
context.secrets.delete('apiKey');
// ...