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

R Extension for Visual Studio Code

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

Sometimes I have multiple languages in the same notebook. ``````markdown ```{python} # This is python code. ``` ```{r} # This is R code. ``` ```{julia} # This is julia code....

feature-request
stale

**Describe the bug** No matter how many times I click on "Clear Cache & Restart Help Server", I cannot seem to get the help pages to load for my latest...

bug

**Describe the bug** It could be coincidental, but it seems that after the R-lsp extension was merged into the Regular R Extension that the R.Diagnostics and the Linting are no...

bug
stale

**Describe the bug** I'm currently often working with datasets that contain >200 columns and 3-10 thousand rows and mostly text data. Tried switching from RStudio to VSCode and I really...

bug

**R : (Not attached) + unknown file attribute C** Did not happen yesterday, suddenly opened VSCodium and saw this error. Tried the same installation on a Windows but it's working...

bug
stale

# WIP R executable selection Major contribution: extended R executable selection. Related issues #696 #1130 #1148 #747 This PR may need to be split into two parts: (1) R executable...

**Is your feature request related to a problem? Please describe.** Setting up a fully-fledged R environment in VS Code currently involves several manual steps, as outlined in the [README](https://github.com/REditorSupport/vscode-R#getting-started). Users...

feature-request

**Describe the bug** Adding library paths in `r.libPaths` does not affect `.libPaths()` when sourcing a test file. **To Reproduce** Steps to reproduce the behavior: 1. Make new custom library folder...

bug

**Is your feature request related to a problem? Please describe.** The terminals in VSCode can be right-clicked to reveal "Choose icon..." and "Choose color..." options, which allow the icon's appearance...

feature-request