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

**Is your feature request related to a problem? Please describe.** I think it would be useful to be able to distinguish what type of file is currently open, beyond the...

feature-request
stale

**Is your feature request related to a problem? Please describe.** When writing an R package with native C/C++ code, VSCode needs the file `.vscode/c_cpp_properties.json` to offer LSP services (linting, code...

feature-request

**Describe the bug** R `View()` panel fails to render objects **To Reproduce** It works for some data frames/ plots and not others Steps to reproduce the behavior: 1. Install R...

bug

I turned off the r.lsp.diagnostics, but the warnings didn't disappear. **Screenshots** **Environment** - OS: macOS - VSCode Version: 1.71.0 (Universal) - R Version: 4.0.5 - vscode-R version: 2.5.3

bug

So I followed [this](https://www.practicaldatascience.org/html/jupyter_r_notebooks.html) to get an R notebook running in VS Code (steps 2-4 since I had Jupyter and R already installed). The code in the notebook runs fine,...

bug

Live Share currently extends session watcher capabilities to guest sessions. However, there are some features that are currently lacking. This issue serves as a checklist for improving Live Share. **General...

enhancement

Type: Bug Error message: "The terminal process "C:\Program Files\R\R-4.2.1\bin\x64\R.exe" terminated with exit code: 3221225477. " Occurs when using R Interactive terminal to run commands. Issues #91044 and #94499 are not...

Given an R document with the code: ``` .hello.world. ``` The leading + trailing `.`s are tokenized as separate entities. I believe the use of `\b` here forces VSCode to...

bug

When I have a data viewer open and the underlying data changes I have to click to open a new data viewer and close the previous viewer since the data...

feature-request

Since [GitHub web editor](https://github.com/github/dev) is made public recently, I'm wondering if it is possible and if there is anything we could do to make vscode-R also (partially) work as a...

feature-request