From 0b65c51fd4f2f7640531a35fed9f20df2ea8a45b Mon Sep 17 00:00:00 2001 From: Bill Sager Date: Fri, 27 Sep 2024 10:05:39 -0700 Subject: [PATCH] Cancelled flow where started to create new credentials should show error message. --- extensions/vscode/src/multiStepInputs/newDeployment.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extensions/vscode/src/multiStepInputs/newDeployment.ts b/extensions/vscode/src/multiStepInputs/newDeployment.ts index 0b79bdb92..fa1c7d861 100644 --- a/extensions/vscode/src/multiStepInputs/newDeployment.ts +++ b/extensions/vscode/src/multiStepInputs/newDeployment.ts @@ -822,9 +822,7 @@ export async function newDeployment( !newDeploymentData.newCredentials.apiKey || !newDeploymentData.newCredentials.name ) { - window.showErrorMessage( - "Internal Error: NewDeployment Unexpected type guard failure @1", - ); + console.log("User has aborted flow. Exiting."); return undefined; } try {