How to get multiline execution like R studio #9938
Replies: 5 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
|
We've had some folks report problems like this in #7589.
|
Beta Was this translation helpful? Give feedback.
-
|
I've been experiencing something similar intermittently, in regular The next time I find myself in that state, what can do/look for to help diagnose the issue? |
Beta Was this translation helpful? Give feedback.
-
|
I have occasionally encountered similar problems as well. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks so much for these reports! 🙌 It sounds to me like the LSP is going down or getting disconnected somehow and the statement range provider does not come back up afterwards as outlined in #9069. If any of you get into this state again, can you try this in your
|
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In R studio a ctrl enter on multiple lines of code would execute all lines of code, while in Positron it does not execute these lines, which makes running R scripts tedious.
How can I get the same execution behavior as in R studio?
Example: A single ctrl enter execution at the prediction line would execute log(a+b+c) in Rstudio, but in positron it hangs at log(a+
Beta Was this translation helpful? Give feedback.
All reactions