mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 09:35:38 -05:00
Add require-param rule for sql-bindings (#19201)
* Add require-param rule for sql-bindings * fix
This commit is contained in:
@@ -199,7 +199,7 @@ export async function createAzureFunction(node?: ITreeNodeInfo): Promise<void> {
|
||||
} else {
|
||||
// else an error would occur during the createFunction
|
||||
exitReason = 'error';
|
||||
void vscode.window.showErrorMessage(utils.formatString(constants.errorNewAzureFunction, error.message ?? error));
|
||||
void vscode.window.showErrorMessage(constants.errorNewAzureFunction(error));
|
||||
}
|
||||
TelemetryReporter.createErrorEvent(TelemetryViews.CreateAzureFunctionWithSqlBinding, TelemetryActions.exitCreateAzureFunctionQuickpick, undefined, errorType)
|
||||
.withAdditionalProperties(propertyBag).send();
|
||||
|
||||
Reference in New Issue
Block a user