Replies: 1 comment 1 reply
-
|
You can't via the buttons mostly because it depends on the engine which in your case is I really don't know how RStudio does this but I assume since a lot of things relies on R in it, it might be why it is working. You can configure VSCode to have a keyboard shortcut that send the command to the currently active terminal. Anyhow, you should look if this was already reported and if not open a new issue on the appropriate repository: https://github.com/quarto-dev/quarto/issues. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have VSCode installed on a local windows machine, I ssh to a linux server where R, RStudio, Quarto are installed. I am unable to run individual {bash} code blocks from within my qmd files. If I run an {r] codeblock, an interactive R terminal window opens and the code runs. If I render the whole file (using Knitr engine), all code blocks run. Using Rstudio on the same server, both code block types work fine. To illustrate my problem:
I cannot run the block to return example1 though example2 works fine.
Beta Was this translation helpful? Give feedback.
All reactions