-
Notifications
You must be signed in to change notification settings - Fork 165
Can't detect components: Command failed (toolchain stable error) #933
Comments
Okay, it turns out that somehow Rust got uninstalled from my system. I'll re-install it as soon as I can, and let you all know how it goes after that. |
@SamMatzko you might want to give https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer a try. |
@lnicola Thanks! I've discovered the problem; the Rust extension requires Rust to be installed to function, and Rust got uninstalled when I fixed my filesystem this morning. I'll close this issue, as it doesn't really have to do with something that's wrong with the Rust extension, but thanks for the help! |
That's fair and I'm glad you managed to solve it, but I still suggest trying rust-analyzer. See the thread linked above. |
@lnicola Yes, I'll definitely use it, but it'll be a while before I can get back to coding in Rust anyway, because it'll probably be a while before my admin can re-install Rust for me. I'm digging through some backups now to see if I can get it back myself, but in the meantime my Rust-coding will be suspended. Thanks again, I'll let you know if I need help with anything |
You can install it using rustup.rs. You don't (in the technical sense) need admin access for it. |
@lnicola Well, I tried downloading and unzipping the latest Rust release from GitHub and installing it (using What exactly is |
If you don't have cURL, you can try wget or a browser. x.py is something else, don't try to install it like that. |
@lnicola My admin just installed I'll try other installation methods as soon as I can... |
@lnicola Yay! I used
|
Just so you're aware of it, The issue you had with |
Ah... I wasn't aware of the memory or time usage (10 GB; that's a lot!). I guess it's good I couldn't build it from source, because doing so would have been a lot more trouble. Also, from reading the issue, I knew that it had to do with GitHub, not the developers (especially as the issue spanned at least two releases of Rust), so I'm not blaming any Rustaceans there. Plus, |
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:
Here is the message in the
OUTPUT
window: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.
The text was updated successfully, but these errors were encountered: