vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
**Describe the bug** Sporadically when I run `devtools::check()` via a VSCode task, VSCode becomes laggy (~1 frame every 15 seconds or less). Files will no longer save, and the Mac...
I am a data scientist. I was recommended to try Visual Studio Code as a replacement for RStudio. I gave it a good shot but decided not to use it...
I believe this should fix #1518.
I'm seeing an issue that is new when using the reprex-package. This problem first occurred after updating to R 4.4.0. My setup is VSCode 1.88.1, Windows 11, R 4.4.0 (64...
**Describe the bug** Not all R Process (or radian process) will be killed when vscode exited in ubuntu (22.04). See following picture where radian remains after vscode have been closed....
Bumps [ejs](https://github.com/mde/ejs) from 3.1.7 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 v3.1.8 Version 3.1.8 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic...
# What problem did you solve? If Python extension and R extension are open at the same time on VSCode a conflict emerges because Python extension creates a new terminal....
**Is your feature request related to a problem? Please describe.** I strongly prefer viewing plots with httpgd in a (external) web browser than in vscode, I could view plots that...
terminal returns paths ``` ~$which R /usr/bin/R ~$which radian /usr/bin/radian ``` that do run properly in terminal. But vscode-R warns "Cannot find R client at /usr/bin/radian. Please check r.rterm setting."\...
**Describe the bug** Attaching R doesn't properly sets `LD_LIBRARY_PATH` (it leads to errors when loading libraries). When I lunch R from system (the same one which I specify in `r.path`...