-
Notifications
You must be signed in to change notification settings - Fork 185
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
RLS server could not be connected #121
Comments
Hi Berkus, there was a discussion in the RLS repo here about a crash in the server when LSP sends the It looks like the RLS fix was merged, but I also made a preventative fix to LSP. If it takes a while for the RLS fix to reach you, you could install the LSP package from master (see https://packagecontrol.io/docs/usage). |
Thanks, I will check if nightly rls is updated today. |
Sadly, the RLS on Rust nightly is seldom updated. Of course, one can build RLS from source and If it continues crashing, it would help to set the |
Ok, i followed the instructions and updated LSP to the master build - it seems to work more stable now, although some completions are still missing, trying to figure out what's up with that. |
Going to close this issue now, LSP is still continually improving completions behaviour. Please open a new issue if you can narrow down a problem with RLS! |
Hi, after recent LSP update Rust RLS stopped working:
So RLS could be started but then crashes or otherwise ends, nothing interesting in the logs to that extent.
Running
rustup run nightly rls
from the command line seems to start the server at least.The text was updated successfully, but these errors were encountered: