You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for a way to specify for example the equivalent of rust-analyzer.cargo.extraEnv in VSCode. I tried at some point to add this, but it seems less trivial than I thought.
Maybe with some pointers in the right direction I can implement this.
The text was updated successfully, but these errors were encountered:
Your offer to help implement is much appreciated. I used it for all my Rust coding & fix issues as they come up. Also released it as a community tool - while I am happy that people use it and like it, would love to have more volunteers like you. ❤️
Here are some pointers
This should be a folder level setting
Pass the environment var to rust-analyser.exe here LanguageClient.cs
I'm looking for a way to specify for example the equivalent of
rust-analyzer.cargo.extraEnv
in VSCode. I tried at some point to add this, but it seems less trivial than I thought.Maybe with some pointers in the right direction I can implement this.
The text was updated successfully, but these errors were encountered: