vscode-R icon indicating copy to clipboard operation
vscode-R copied to clipboard

R Extension for Visual Studio Code

Results 280 vscode-R issues
Sort by recently updated
recently updated
newest added

**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...

bug

**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...

bug

**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...

bug

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...

feature-request

When I click the help topics by packages, the error occurs and I can not see the packages I installed.

bug

**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...

feature-request

vscode-R incorrectly highlights nested code chunks in R Markdown documents, stopping after the first closing chunk. E.g.: ````` ````{verbatim} ```{r} foo

bug

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 &&...

feature-request

**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...

bug

**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...

bug