Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get languageserver working on coder code-server RHEL 8.10 #678

Open
blckassassin opened this issue Nov 15, 2024 · 0 comments
Open

Comments

@blckassassin
Copy link

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).
  • Install the R extension from REditorSupport
  • Install other R packages (e.g. dbscan, tidyverse)
  • Created an R file similar to the hdbscan vignette

There is no auto-complete as I would expect, and after a few minutes the R language server fails with this error:

R Language Server (-1) started

Error Client R Language Server: connection is erroring

Server initialization failed. Message: Pending response rejected since connection got disposed.

R Language Server client: couldn't create connection to server

I have tried:

  • Reinstalling extensions
  • Recreating anaconda environments

Nothing seems to be working for R. I have Pyright installed for Python which seems to be working, minus the syntax highlighting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant