This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Description
I have the Rust extension installed. When I start VSCode, I get two errors, one as explained in another issue.
The other error shows up at the same time:
Can't detect components: Command failed: rustup
component list --toolchain stable error:
toolchain 'stable-x86_64-unknown-linux-gnu' does not support components
Here is the message in the OUTPUT window:
[Error - 1:53:56 PM] Starting client failed
Error: Command failed: rustup component list --toolchain stable
error: toolchain 'stable-x86_64-unknown-linux-gnu' does not support components
at ChildProcess.exithandler (child_process.js:317:12)
at ChildProcess.emit (events.js:315:20)
at maybeClose (internal/child_process.js:1048:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
The odd thing is, when I first installed it (that is, on the first day), it worked perfectly. What's making it not work now, and how can I fix it? I've already tried the solutions in the linked issue above, but they didn't work.