Support for source markers in Positron? #6061
Unanswered
etiennebacher
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I will open a new feature request with this for us to track and prioritize a fix. In the meantime, you can can distinguish between Positron and RStudio via the environment variables |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a package where I use RStudio's source markers using
rstudioapi::callFun("sourceMarkers", ...)
. Since this feature is not available in VS Code for instance, I put it behindrstudioapi::isAvailable()
. However, it turns out thatrstudioapi::isAvailable()
returnsTRUE
in Positron, but source markers are not supported.Will they be supported in the future? Alternatively, do I have a way to detect that the user is using Positron?
Beta Was this translation helpful? Give feedback.
All reactions