There was a closed item on this and here is what was needed in .setting.json
to have Rust Analyzer working in VSCode:
"rust-analyzer.server.path": "/<my_custom_install_dir>/.cargo/bin/rust-analyzer",
There was a closed item on this and here is what was needed in .setting.json
to have Rust Analyzer working in VSCode:
"rust-analyzer.server.path": "/<my_custom_install_dir>/.cargo/bin/rust-analyzer",
And for me this wasn't very intuitive since settings is path
but you need to have executable
there...
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.