Hook up the command again (#9587)

This commit is contained in:
Amir Omidi
2020-03-12 12:26:28 -07:00
committed by GitHub
parent 8196f86386
commit c9170aaf0e
6 changed files with 17 additions and 2 deletions

View File

@@ -77,6 +77,9 @@ export class TestAccountManagementService implements IAccountManagementService {
}
export class AccountProviderStub implements azdata.AccountProvider {
clearTokenCache(): Thenable<void> {
return Promise.resolve();
}
autoOAuthCancelled(): Thenable<void> {
return Promise.resolve();
}