You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Capturing a recent Slack conversation inspired by #5648. In that PR, at first I used vscode.window.showWarningMessage(), which looked like this, for modal: true vs. false:
This approach was ultimately rejected in favor of using Positron's API for this, in order to accomodate Workbench. Here's the current result with positron.window.showSimpleModalDialogPrompt():
There's definitely room for improvement here and @softwarenerd is game to implement it.