vscode-R
vscode-R copied to clipboard
R Extension for Visual Studio Code
R: 4.2.3 vscode-R: v2.8.0 OS: Windows 10 Auto-completion for variable names in all data frames is not working on my windows machine. This stays the same whether the new `Use...
**Describe the bug** When I open my R files as part of a workspace file that I have, I can load a previous image, but nothing is populated under global...
unsigned DLLs with no vendor information loaded from user temp folder CALLR-CLIENT-X64-4E0271C.DLL
unsigned DLLs with no vendor information loaded from user temp folder: CALLR-CLIENT-X64-4E0271C.DLL This will be blocked by AppLocker "%OSDRIVE%\USERS\USERNAME\APPDATA\LOCAL\TEMP\RTMPOUEOOI\CALLR-CLIENT-X64-4E0271C.DLL was blocked." - OS: Windows - VSCode Version: 1.77.3 - R...
**Is your feature request related to a problem? Please describe.** Currently, when invoking "R package: Generate C/C++ configuration", every package that is stated in `LinkingTo` is added in the `includePath`...
**Describe the bug** mac and windows test runners always fail for all PRs, no matter if the PR in question has no issues with it. The failure is because the...
- Change the github workflow to not autoclose issues, instead just marking issues as stale for manual review - Closes #1498
**Is your feature request related to a problem? Please describe.** Sometimes, I'm using nested lists, for example ```r l
**Describe the bug** When launching an active R terminal on a compute node within an HPC environment and attempting to attach it using `.vsc.attach()`, the terminal remains detached with the...
Hi guys, is there any workaround to use [Ark LSP](https://github.com/posit-dev/ark) instead of the languageserver package? With all due respect to [languageserver](https://github.com/REditorSupport/languageserver), Ark is just faster and provides more RStudio-like suggestions.
Currently, VSCode-R launches the R LSP by itself internally. While for simple use-cases it sounds fine, a more advance user would like to control the exact command that is being...