mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Hook up the command again (#9587)
This commit is contained in:
@@ -86,6 +86,9 @@ export class MainThreadAccountManagement extends Disposable implements MainThrea
|
||||
},
|
||||
refresh(account: azdata.Account): Thenable<azdata.Account | azdata.PromptFailedResult> {
|
||||
return self._proxy.$refresh(handle, account);
|
||||
},
|
||||
clearTokenCache(): Thenable<void> {
|
||||
return self._proxy.$clearTokenCache();
|
||||
}
|
||||
};
|
||||
this._accountManagementService.registerProvider(providerMetadata, accountProvider);
|
||||
|
||||
Reference in New Issue
Block a user