vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
**Describe the bug** Multiline strings are not send to console in one block. **To Reproduce** ```r x
**Describe the bug** Plots are barely readable with default dimensions and resolution (whatever the layout). ```r getOption("vsc.dev.args") # $width # [1] 800 # # $height # [1] 1200 # ```...
The [Diagnostics section](https://github.com/REditorSupport/vscode-R/wiki/R-Language-Service#diagnostics) should mention lintr, e.g.: ```md The language server provides code diagnostics through the [lintr](https://lintr.r-lib.org/) package in R. See [here](https://github.com/REditorSupport/vscode-R/wiki/Code-linting) for configuration. ``` and in the table of...
## Bug Description After updating all my VSCode extensions today (including the `R` extension by REditorSupport), I noticed that R variables are no longer highlighted correctly. All variables appear as...
**Describe the bug** I'm using a macbook, so a high resolution screen. I enabled the httpgd plot panel, it looks great, as if rendering svg plots, but once I export...
Does this issue occur when all extensions are disabled?: Both VS Code Version: 1.106.3 OS Version: Mac OS Tahoe 26.1 Steps to Reproduce: Ran R code in VS Code Code...
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0. Commits 56774ef 10.5.0 1e4e297 bin: Do not expose filenames to shell expansion See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...
Bumps [js-yaml](https://github.com/nodeca/js-yaml), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc). These dependencies needed to be updated together. Updates `js-yaml` from 4.1.0 to 4.1.1 Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution...
I noticed that the command to start a new `R` terminal fails now when the `--r-binary` is set. Did anything change recently that requires to explicitly export the `R_HOME` variable...