Skip to content

Commit ad7bd78

Browse files
authored
Remove duplicate "Cancel" button for the update workspace dialog (#664)
Closes #657
1 parent 91d481e commit ad7bd78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ export class Commands {
579579
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.`,
580580
},
581581
"Update",
582-
"Cancel",
583582
);
584583
if (action === "Update") {
585584
await this.workspaceRestClient.updateWorkspaceVersion(this.workspace);

0 commit comments

Comments
 (0)