-
Notifications
You must be signed in to change notification settings - Fork 165
Choose a channel for the RLS based on the current Rustup default. #179
Comments
I wonder if there shouldn't be a |
@nrc is there any reason to invoke |
Yeah, that might work. I can't think of a reason why it would not. We'd need to experiment to make sure. We'd need to use rustup if just calling |
Maybe
The thing is that |
I opened rust-lang/rustup#1279, maybe we'll get this. |
* Added responding to a shutdown request. * Fixed nits.
E.g., if the user is using the stable channel by default, then we should use the stable channel for launching the RLS with Rustup.
This should not be used, if the user has set
rust-client.channel
, which means we will need to change the default for that setting tonull
rather than"nightly"
.To get started, look at rustup.ts. I think you'll need to parse the result of
rustup show
.The text was updated successfully, but these errors were encountered: