We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88fb91 commit 197bfd9Copy full SHA for 197bfd9
extensions/git/src/commands.ts
@@ -599,7 +599,7 @@ export class CommandCenter {
599
choices.push(addToWorkspace);
600
}
601
602
- const result = await window.showInformationMessage(message, ...choices);
+ const result = await window.showInformationMessage(message, { modal: true }, ...choices);
603
604
action = result === open ? PostCloneAction.Open
605
: result === openNewWindow ? PostCloneAction.OpenNewWindow
0 commit comments