mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 03:28:33 -05:00
Add Connection String Execute Step for SQL Bindings (#19293)
* add execute step * nit comment * edit param docs * address comments * ensure the user has the installs the latest version
This commit is contained in:
@@ -121,7 +121,7 @@ export async function getAzureFunctionsExtensionApi(): Promise<AzureFunctionsExt
|
||||
return undefined;
|
||||
}
|
||||
}
|
||||
const azureFunctionApi = apiProvider.getApi<AzureFunctionsExtensionApi>('*');
|
||||
const azureFunctionApi = apiProvider.getApi<AzureFunctionsExtensionApi>('^1.8.0');
|
||||
if (azureFunctionApi) {
|
||||
return azureFunctionApi;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user