diff --git a/extensions/microsoft-authentication/src/AADHelper.ts b/extensions/microsoft-authentication/src/AADHelper.ts index f4caacd2a1548..9912c4944a6e5 100644 --- a/extensions/microsoft-authentication/src/AADHelper.ts +++ b/extensions/microsoft-authentication/src/AADHelper.ts @@ -710,7 +710,7 @@ export class AzureActiveDirectoryService { if (this._tokens.length === 0) { await this._keychain.deleteToken(); } else { - this.storeTokenData(); + await this.storeTokenData(); } return session;