Replies: 1 comment
-
Helix supports per-workspace overrides, just place the relevant config into a directory named In your case, you'd have a file [language-server.rust-analyzer.config]
cargo.target = "wasm32-unknown-unknown"
check.allTargets = false |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say, if I want to set the target to
wasm32-unknown-unknown
.Which configuration file do I write into, and what do I add? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions