Julia Silge
Julia Silge
Is this related to #3921? Or different?
Using leaflet itself does work, such as with this: ```r library(leaflet) leaflet() |> addTiles() |> addMarkers(lng = -111.90, lat = 40.76) ``` But I can confirm problems with the example...
In discussion with @seeM, we may want to work on support for debugging in the Python _console_ at the same time.
Can we try having the R extension just contribute it for `.R` files? As a way to reduce the impact for other debuggers and similar to https://github.com/PowerShell/vscode-powershell/issues/3200, adding something like...
No, they _don't_ get saved: > Untitled scratch files should no longer prompt a save dialog when a debug session is started (e.g. via `browser()` in R). Titled files should...
Consider adding to #1603
Is this a completions issue that should get added to https://github.com/posit-dev/positron/issues/1603?
We are tracking the extra parentheses being added here: https://github.com/posit-dev/positron/issues/4441 I'm not sure we do have anything about the behavior of F1 inside parentheses, so that would be a new...
Thank you for these comments, @andrie! I added a link to your comment to a few issues we have on more full debugger support. I think one thing we need...
On Windows with build 107, this works as well:  I think this is ready to be called done @testlabauto. ✅