languageserver
languageserver copied to clipboard
An implementation of the Language Server Protocol for R
While using R in VSCode I had the R session crash with the following error: ``` R Language Server (8824) exited with exit code 4294967295 ``` I failed to find...
With the following minimal-ish code snippet, I'm getting a warning that `model` was assigned but may not be used: ```R boot_wls
**Describe the bug** After upgrading the extension to 2.8.6, the highlight (which means the color) of non-base packages disappeared. **To Reproduce** Steps to reproduce the behavior: 1. Upgrade vscode-R extension...
Trying to change the lintr settings that are used by languageserver for continuous linting. Created a .lintr file in the home directory as per the lintr package and configured the...
Hi, I installed the R extension in VS Code. I noticed that after a while, I had dozens of ports in my ports tab. Only one is actually active, but...
I set up my r studio environment through Docker. You can find my setup here: https://github.com/LumaKernel/luma-r-env. I'm now configuring r language server like with following: ```lua lspconfig.r_language_server.setup { cmd =...
Hi, I'm using VSCode on a remote machine (a university cluster) and I am experiencing slow autocompletion in the VSCode editor with the R extension. When I type, no autocompletion...
Hello, I am fairly new to using LSP, but I'm trying to get to the bottom of a bug when using the languageserver and lintr packages within the [zed](https://zed.dev/) editor:...
Describe the bug: The outline view in VS Code initially displays symbols (functions, sections) correctly when an R file is opened. However, once I add a new section header (e.g.,...
I don't know whether it's a problem from our R extension or {languageserver} but a simple `mtcars$` doesn't show the available columns.