You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
Version of VSCode: 1.31.1
Version of the extension: 0.4.0
OS: Windows 10 64-bit
Description: Neither RLS nor Racer start at all anymore. It seems like the extension gets confused by me having both nightly-msvc and nightly-gnu installed, so it thinks that there's no toolchain installed instead.
Output of the "Rust logging" channel:
DEBUG: activate: getNightlyToolchain: There are 2 nightly toolchains
DEBUG: RlsMode: start: enter
DEBUG: Rustup: isRlsInstalled: getNightlyToolchain: There are 2 nightly toolchains
ERROR: Rustup: isRlsInstalled: no nightly toolchain
DEBUG: RlsMode: start: no RLS executable
DEBUG: RlsMode: start: has rustup
DEBUG: RlsMode: handleMissingRls: Permission to install RLS has been granted
DEBUG: RlsMode: handleMissingRls: getNightlyToolchain: There are 2 nightly toolchains
DEBUG: RlsMode: handleMissingRls: The nightly toolchain is not installed
DEBUG: RlsMode: handleMissingRls: handleMissingNightlyToolchain: permissionGranted=false
DEBUG: RlsMode: handleMissingRls: getNightlyToolchain: There are 2 nightly toolchains
DEBUG: RlsMode: handleMissingRls: The nightly toolchain is not installed
DEBUG: RlsMode: start: RLS has not been installed
The text was updated successfully, but these errors were encountered:
It already did ask me and it stored it in the settings, but completely ignored this apparently. Whoops, that question was about the "normal toolchain" apparently?!
@CryZe,
Yes it is for the normal toolchain.
A lot of people use the stable toolchain.
I added "rustup.toolchain" to let developers decide which one to use.
I thought people usually have the only one nightly toolchain.
That's not the hard to solve, but I didn't want to stop publishing a new version.
Version of VSCode: 1.31.1
Version of the extension: 0.4.0
OS: Windows 10 64-bit
Description: Neither RLS nor Racer start at all anymore. It seems like the extension gets confused by me having both nightly-msvc and nightly-gnu installed, so it thinks that there's no toolchain installed instead.
Output of the "Rust logging" channel:
The text was updated successfully, but these errors were encountered: