Skip to content
Discussion options

You must be logged in to vote

rust-analyzer needs to be on PATH, and I don't think rustup adds it to PATH. You can either add it to PATH yourself or create a local languages.toml with

[language-server.rust-analyzer]
command = "rustup"
args = ["rust-analyzer"]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by qvc0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants