Visual Studio Code rust-analyzer extension error #177377
Answered
by
TopTrenDev
solcanine
asked this question in
Programming Help
-
BodyI’m working on a Solana program using the Anchor framework in Visual Studio Code, but I keep getting this error from the Rust Analyzer extension: I’ve already tried reinstalling the extension and disabling other extensions Guidelines
|
Beta Was this translation helpful? Give feedback.
Answered by
TopTrenDev
Oct 19, 2025
Replies: 1 comment
-
|
You can try to install rust-analyzer using cli command.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
solcanine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try to install rust-analyzer using cli command.
rustup component add rust-analyzer