rust analyzer no longer works which is very annoying, how can I fix this?
k
kind-area-3810
11/13/2022, 11:37 AM
Hmm, that's strange, it works for me (in VSCode on ubuntu). Does it work for you if you try the axum hello world example (or any other cloned example)?
kind-area-3810
11/13/2022, 11:52 AM
In my experience, rust-analyzer not applying in vscode is usually due to project structure. For example having several crates in the same root folder, but not declaring them as members of a workspace.