-
Notifications
You must be signed in to change notification settings - Fork 164
RLS could not be started #517
Comments
Same exact issue. Rls was working fine, then I upgraded to 1.33.0 and I get the same error. Latest stable linux gnu toolchain, vscode 1.31.1, latest extension, components and rustup all updated |
Same issue on macOS Mojave
|
Thanks @rbudnar, that worked for me ("nightly-x86_64-apple-darwin" in my case). |
Pooping the bed for me too on Linux. Will this ever become stable? I also like when it crashes, but you still have to manually restart. Can't the plugin watch the stdout for error messages and just handle it? |
I thought we were done with having to use nightly channels... This is super frustratig. For the past few weeks I was wondering why code completion was getting worse and worse... And using the nightly toolchain, now RLS can no longer figure out a project with a library and a bin. SO its useless again. UGH |
I think you should be able to use stable if you choose. I just so happen to use nightly, so that's what I pasted in there as an example. |
Can confirm, stable channel works fine. The issue is that the automatic toolchain name parsing is including |
I have the same issue. Thanks @rbudnar for the solution. |
This is related to |
Rustup 1.17.0 introduced some extra information in the output of `rustup show active-toolchain` which was confusing the channel selector. This patch deals with that. Fixed: rust-lang#517 Signed-off-by: Daniel Silverstone <[email protected]>
Rustup 1.17.0 introduced some extra information in the output of `rustup show active-toolchain` which was confusing the channel selector. This patch deals with that. Fixed: rust-lang#517 Signed-off-by: Daniel Silverstone <[email protected]>
Confirmed. I literally had JUST installed Rust to start out and ran into this.
Simply putting |
cc #522 |
Fixed in 0.5.4 |
did the trick for me 😃 |
It works for me. |
I just installed rustup and VSCode on MacOS Sierra today and when I use cargo to compile rust files it works fine but VSCode is giving me issues.
Couldn't start client Rust Language Server
Unexpected error initialising RLS - error running rustup
RLS could not set RUST_SRC_PATH for Racer because it could not read the Rust sysroot.
The text was updated successfully, but these errors were encountered: