-
Say, if I want to set the target to |
Beta Was this translation helpful? Give feedback.
Answered by
theridane
Feb 27, 2025
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
Answer selected by
KySpace
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Helix supports per-workspace overrides, just place the relevant config into a directory named
.helix
in the root of the workspace (so next toCargo.toml
etc).In your case, you'd have a file
.helix/languages.toml
with: