mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 17:22:51 -05:00
handle unsupported connection provider (#20577)
* handle unknown connection provider * fix error
This commit is contained in:
@@ -322,4 +322,8 @@ export class TestConnectionManagementService implements IConnectionManagementSer
|
||||
refreshAzureAccountTokenIfNecessary(uri: string): Promise<boolean> {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
async handleUnsupportedProvider(providerName: string): Promise<boolean> {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user