vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
**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...
When using older versions of vscode (particularly vscode server in posit workbench) - we see that the extension on startup fails with version constraint  The last 2 posit workbench...
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...
**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...
# 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...
# 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...
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...