Skip to content

Commit

Permalink
fix: remove extra cancel option in shinylive URI handler (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Aug 26, 2024
1 parent 066ca1c commit 6e2c479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension-onUri.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export async function handlePositShinyUri(uri: vscode.Uri): Promise<void> {
const reviewAction = await vscode.window.showWarningMessage(
`You are about to save a Shinylive app with ${filesText} to your workspace. Would you like to...`,
{ modal: true },
{ title: "Cancel", action: "cancel" },
{ title: "Review the app on shinylive.io", action: "review" },
{
title: `Save app ${bundle.files.length === 1 ? "file" : "files"} locally`,
Expand Down

0 comments on commit 6e2c479

Please sign in to comment.