Secrets API feedback

This commit is contained in:
Rachel Macfarlane
2021-01-05 10:16:50 -08:00
parent 037708a33f
commit ced3bb4bb9
7 changed files with 19 additions and 25 deletions

View File

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