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

@@ -35,6 +35,7 @@ export abstract class ExtHostAccountManagementShape {
$prompt(handle: number): Thenable<azdata.Account | azdata.PromptFailedResult> { throw ni(); }
$refresh(handle: number, account: azdata.Account): Thenable<azdata.Account | azdata.PromptFailedResult> { throw ni(); }
$accountsChanged(handle: number, accounts: azdata.Account[]): Thenable<void> { throw ni(); }
$clearTokenCache(): Thenable<void> { throw ni(); }
}
export abstract class ExtHostConnectionManagementShape {