This repository was archived by the owner on Nov 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 164
Can't start RLS – detected channel name includes default #522
Comments
Aaaaaand closing this because I found the closed issues that discuss it. |
Pinning it to make it more visible for other folks; this should be fixed with #520. |
This was referenced Mar 8, 2019
Is there a work around atm? |
@softprops yes, the solution is in #517: Add "rust-client.channel": "stable" to your settings. |
Fixed in 0.5.4 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It appears that rls-vscode is detecting a channel name like "stable-x86_64-apple-darwin (default)":
This is causing the rustup command to fail as the "(default)" part is not actually part of the toolchain name:
Stripping the "(default)" and setting
rust-client.channel
to "stable-x86_64-apple-darwin" fixes the issue.So it seems like the code that detects the channel name needs to be able to recognise and strip "(default)" from wherever it is finding that. I'll take a look and see if I can see where that happens, but I'm not experienced with VSCode extensions, or rustup.
The text was updated successfully, but these errors were encountered: