Fix code sample variable name (#6732)
This commit is contained in:
Родитель
92c41df51f
Коммит
9c03721e06
|
@ -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');
|
||||
// ...
|
||||
|
|
Загрузка…
Ссылка в новой задаче