-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hover, implementation, defintion (basically every feature) is not working #12385
Comments
do the |
how do i access the logs? my project structure is the simple rustlings tutorial https://github.com/rust-lang/rustlings |
See rust-lang/rustlings#917 for |
i cloned the updated version with the updated config, i recently started with it. |
nvm got it, closed! thanks @lnicola (had to add "rust-analyzer.cargo.features": ["exercises"] in the settings) |
I installed rust-analyzer via vs-code on my remote machine.
unfort. nothing works, syntax highlights, autocompletes or hovering for type info all dont work.
my vs-code version is 1.67.2, my rust-analyzer version is v0.3.1066, the rust extension is disabled, all commands like cargo, rustup etc are in the path and work.
any ideas?
The text was updated successfully, but these errors were encountered: