Add 'key' to onDidChange of secrets API, #112249

This commit is contained in:
Rachel Macfarlane
2021-01-15 17:08:09 -08:00
parent c5f0bac2a8
commit 2e89c2d4ba
10 changed files with 43 additions and 23 deletions

View File

@@ -1130,7 +1130,7 @@ export interface ExtHostAuthenticationShape {
}
export interface ExtHostSecretStateShape {
$onDidChangePassword(): Promise<void>;
$onDidChangePassword(e: { extensionId: string, key: string }): Promise<void>;
}
export interface ExtHostSearchShape {