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.
The text was updated successfully, but these errors were encountered:
With respect to markdown, we are currently prioritizing compatibility with the rstudioapi package, which expects HTML tags like <b>bold</b> and not markdown.
Capturing a recent Slack conversation inspired by #5648. In that PR, at first I used
vscode.window.showWarningMessage()
, which looked like this, formodal: 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.
The text was updated successfully, but these errors were encountered: