Replies: 2 comments 5 replies
-
|
I swear I saw rust-analyzer working (as helix LSP) some releases ago, with the right platform being analyzed. It doesn't work now. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I don't like r-a to support Cargo environment variables. The proper way is rust-analyze.toml, which we already partially support. Also FYI next time please open an issue, not a discussion. |
Beta Was this translation helpful? Give feedback.
5 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently there's no way to override compilation target expect setting
rust-analyzer.cargo.targetoption. That's a little bit annoying to modify config files every time you need LSP support for a target different from your host platform.So I would like to propose that rust analyzer must follow
CARGO_BUILD_TARGETif it is present as build target. I'm eager to implement it if the idea is approvedBeta Was this translation helpful? Give feedback.
All reactions