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
Wrong rls gets started on Windows #175
Comments
The issue seems to be that
|
See also rust-lang/rustup#1256. |
Should be fixed by #173. |
Not really. #173 makes the toolchain configurable, but the default behavior is still surprising. |
This would be addressed by #179 Closing in favour of that issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have the
nightly-msvc
andnightly-gnu
toolchains installed, with the default set tomsvc
. When I start VS Code, the extension startsrls
fromnightly-x86_64-pc-windows-gnu
, which leads to weird issues later.The text was updated successfully, but these errors were encountered: