Replies: 1 comment 2 replies
-
|
Hey 👋 rustaceanvim doesn't have a In LazyVim, you should be able to use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In https://rust-analyzer.github.io/manual.html#toolchain it's explained that to override rust-analyzer toolchain, in vscode need to configure using:
{ "rust-analyzer.server.extraEnv": { "RUSTUP_TOOLCHAIN": "stable" } }".I'm using
LazyVimwithrustaceanvimso tried the following, but it doesn't have any effect:If I set the environment variable globally in the system it does work, but not through this configuration.
How can I make it work using a configuration like the above?
Beta Was this translation helpful? Give feedback.
All reactions