mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 01:25:38 -05:00
Directly install missing provider extensions (#20771)
* Directly install missing provider extensions * Update interface
This commit is contained in:
@@ -324,10 +324,10 @@ export interface IConnectionManagementService {
|
||||
|
||||
/**
|
||||
* Handle the unsupported provider scenario.
|
||||
* @param providerName The provider name.
|
||||
* @param providerId The provider ID
|
||||
* @returns Promise with a boolean value indicating whether the user has accepted the suggestion.
|
||||
*/
|
||||
handleUnsupportedProvider(providerName: string): Promise<boolean>;
|
||||
handleUnsupportedProvider(providerId: string): Promise<boolean>;
|
||||
}
|
||||
|
||||
export enum RunQueryOnConnectionMode {
|
||||
|
||||
Reference in New Issue
Block a user