onDidChangePassword -> onDidChange in secrets API

This commit is contained in:
Rachel Macfarlane
2021-01-04 22:19:55 -08:00
parent 1bb2ae0e36
commit 998e5e2ea6
4 changed files with 6 additions and 6 deletions

View File

@@ -149,7 +149,7 @@ export class AzureActiveDirectoryService {
}
}
this._disposables.push(this._context.secretState.onDidChangePassword(() => this.checkForUpdates));
this._disposables.push(this._context.secretState.onDidChange(() => this.checkForUpdates));
}
private parseStoredData(data: string): IStoredSession[] {