You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to get languageserver to work on our work envrionment. We are running rhel 8.10 and have setup the code-server version of vscode provided by coder. Environments are managed through anaconda.
For R I have done the following steps:
Created a conda environment
Install the "languageserver" package to the environment via CRAN (version 0.3.16).
I'm unable to get languageserver to work on our work envrionment. We are running rhel 8.10 and have setup the code-server version of vscode provided by coder. Environments are managed through anaconda.
For R I have done the following steps:
There is no auto-complete as I would expect, and after a few minutes the R language server fails with this error:
I have tried:
Nothing seems to be working for R. I have Pyright installed for Python which seems to be working, minus the syntax highlighting.
The text was updated successfully, but these errors were encountered: