rust-analyzer support #70
Replies: 1 comment 1 reply
-
|
Thanks for the report. Please note that currently, I have managed to reproduce your issue. This happens if you have installed rust (e.g., with mise) but did not add the cargo bin to Unfortunately, there is no way to cleanly override the path to cargo for WorkaroundsAdd shims to PATHFollow the recommended approach here: https://mise.jdx.dev/ide-integration.html#adding-shims-to-path-default-shell For example, if you use eval "$(mise activate bash --shims)"Add cargo bin to pathYou can also update your shell rc file with: export PATH="$HOME/.cargo/bin:$PATH"then re-launch VSCode |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
However if I type
which cargodirectly, it can be found:Here is my
settings.jsonautomatically generated by mise-vscode extension:Beta Was this translation helpful? Give feedback.
All reactions