-
Notifications
You must be signed in to change notification settings - Fork 165
Why does it install Nightly? #305
Comments
I think this is a vestigial quirk, will investigate... |
Just installed
and
I'm on osx, with the latest of I was able to fix this by setting This is what I actually did, though I'm sure there is a simpler way. I doubt installing the components manually is necessary.
|
I think the extension parses the output of rustup doesn't seem to have stable machine parsable output for this, see rust-lang/rustup#450. |
It would be great if |
I installed this vscode extension. It is nice! However, I noticed: When I first installed it, it installed first rust nightly, then it installed RLS. It was as if the vscode setup believed that nightly was necessary in order to boot RLS. However, a Rust user I talked to informed me that RLS has not required nightly since Rust 1.21. The RLS instructions https://github.com/rust-lang-nursery/rls suggest only that you need to install the most current version.
Is the Rust Nightly install actually necessary, or is this just a vestigial quirk of when RLS required nightly?
The text was updated successfully, but these errors were encountered: