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

R Extension for Visual Studio Code

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

**Describe the bug** When using package crew in vscode-R, local workers do not start. I have not tried remote workers. crew is now the preferred method for high-performance computing for...

bug

When using older versions of vscode (particularly vscode server in posit workbench) - we see that the extension on startup fails with version constraint ![image](https://github.com/REditorSupport/vscode-R/assets/3196313/9fc75cc7-88d0-4f1d-ac8b-60c6b404655d) The last 2 posit workbench...

bug

Apologies if this is easily fixed, but I wasn't able to find it in the docs. On my Mac, when I type any VSCode autocompletion, the autocompletion appends to what...

bug

**Describe the bug** A clear and concise description of what the bug is. ## Progress tracking not working, it's always 0%. **To Reproduce** Steps to reproduce the behavior: 1. Go...

bug

# PR: Executable Selection - Contributes: R executable selection. - Related issues \#696 \#1130 \#1148 \#747 # Aims 1. Consolidate R path selection into a more user-friendly UI 2. Make...

**Is your feature request related to a problem? Please describe.** I find it pretty frustrating that the "Viewer" only opens on the right side of the editor, and that the...

feature-request

# What problem did you solve? with `setting.json` ```json "r.lsp.debug": true, "r.session.useWebServer": true, ``` vscode-R webserver [has a simple regex based isolation of code to eval](https://github.com/REditorSupport/vscode-R/blob/54f924cd2efa053cb6615903aaa8952f28405f11/src/completions.ts#L170) when using the `$`/`@`...

**Problem** A convenient way for continuous testing (in RStudio) is to only run `devtools::test_active_file()` to test only the active test-file. This is especially beneficial, if the project is large and...

feature-request

https://github.com/REditorSupport/vscode-R/wiki/R-Session-watcher Just checking if r.sessionWatcher feature could be used for non-vscode editors, such as neovim, coc-rlsp and R languageserver? Thanks!

**Is your feature request related to a problem? Please describe.** The default linter (based on the tiydverse style guide IIRC) is too aggressive IMO. Users get low-key scolded for simple...

feature-request