From b5f4ff42954f97705ec27734fc118ee2fedd7567 Mon Sep 17 00:00:00 2001 From: Ehab Younes Date: Fri, 28 Nov 2025 16:06:07 +0300 Subject: [PATCH] Remove duplicate "Cancel" button for the update workspace dialog --- src/commands.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands.ts b/src/commands.ts index 682d745b..384b4d79 100644 --- a/src/commands.ts +++ b/src/commands.ts @@ -579,7 +579,6 @@ export class Commands { detail: `Update ${createWorkspaceIdentifier(this.workspace)} to the latest version?\n\nUpdating will restart your workspace which stops any running processes and may result in the loss of unsaved work.`, }, "Update", - "Cancel", ); if (action === "Update") { await this.workspaceRestClient.updateWorkspaceVersion(this.workspace);