mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
Add 'key' to onDidChange of secrets API, #112249
This commit is contained in:
@@ -1130,7 +1130,7 @@ export interface ExtHostAuthenticationShape {
|
||||
}
|
||||
|
||||
export interface ExtHostSecretStateShape {
|
||||
$onDidChangePassword(): Promise<void>;
|
||||
$onDidChangePassword(e: { extensionId: string, key: string }): Promise<void>;
|
||||
}
|
||||
|
||||
export interface ExtHostSearchShape {
|
||||
|
||||
Reference in New Issue
Block a user