vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
**Describe the bug** R session not attached after run command `R: create R terminal` or click `R: (not attached)` This is similar to the problem in #393 but the solution...
**Describe the bug** When open an external browser (in case, Google Chrome), and draw a ggplot2 plot, the plot would not draw or in a wired way that elements are...
**Describe the bug** ``` r$> hist(c(1,2,3,1,2,3)) Warning message: No fonts detected on your system. Using an empty font. ``` My config: ```jsonc "r.plot.useHttpgd": true ``` The output: **Expected behavior** Outside...
For regular markdown file, vscode can sync it with the compiled html so that one can scroll them synchronously. I couldn't find a way to achieve that for rmarkdown in...
When I click the help topics by packages, the error occurs and I can not see the packages I installed.
**Is your feature request related to a problem? Please describe.** When I try to run a shiny application by clicking the Play/Run button, VS Code opens the R console and...
vscode-R incorrectly highlights nested code chunks in R Markdown documents, stopping after the first closing chunk. E.g.: ````` ````{verbatim} ```{r} foo
I am using this key binding to open help: ```json { "key": "ctrl+f1", "command": "r.helpPanel.openForSelection", "when": "editorTextFocus && editorLangId == 'r' || editorTextFocus && editorLangId == 'rmd' || editorTextFocus &&...
**Describe the bug** R extension of vs code reports two warning notifications every time that my cursor moves over a R code ,that say: 1. The system cannot find the...
**Describe the bug** Seemingly on MacOS, there are some odd terminal behaviors when NOT using radian where extra characters get added, text is garbled, or text is sent to the...