vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
**Is your feature request related to a problem? Please describe.** The home folder is populated by the vscode-R folder containing all the data for the extension, with the main drawback...
**Describe the bug** The instructions given in the [Wiki](https://github.com/REditorSupport/vscode-R/wiki/Working-with-renv-enabled-projects) for installing `languageserver` in a separate minimal library and having vscode-R load it from there do not work for me. The...
Languageserver errors when renv is out of sync. ``` [2023-12-06 10:47:10.203] workspace initialize error: Error in `get_result(output = out, options)`: ! callr timed out [2023-12-06 10:47:10.702] deliver: ["Response", "Message", "R6"]...
I'm having the same issue reported here: https://stackoverflow.com/questions/76425284/rtmp-files-remain-in-tmpdir-after-using-vscode-r-extension Rtmp directories remain in /tmp unless I go in to manually delete them. With multiple users using vscode to SSH into a...
**Describe the bug** httpgd has been archived from CRAN and thus install.packages("httpgd") as instructed by vscode-r docs does not work anymore **To Reproduce** 1. create a clean install of R...
Working with an *.Rmd file, I can't execute chunks that are set to use "python" or "bash", without setting switching my active terminal to the required language. For instance, executing...
## Describe the bug I have built a VS Code Dev Container for a colleague to explore R in VS Code in order to convince them to replace RStudio. Within...
**Is your feature request related to a problem? Please describe.** Data viewer is using `ag-grid`. The load with a lot of rows is slow 1. due to collecting and passing...
There seems to be some weirdness happening with reticulate when working with the VSCode-R extension. It looks like VSCode-R is evaluating the reticulate/Python code in a different way than the...
Hi I know this may sound trivial to most, but i've been looking for a way to clear the R terminal in Vscode, using ctrl + L doesnt seem to...