Replies: 1 comment
-
Well I guess I figured it out, it worked. Helix lsp config:config.checkOnSave.overrideCommand = ["python3", "x.py", "check", "--json-output"]
config.rustfmt.overrideCommand = [
"./build/aarch64-apple-darwin/stage0/bin/rustfmt",
"--edition=2021"
]
config.procMacro.enable = true
config.cargo.buildScripts.enable = true
config.cargo.buildScripts.overrideCommand = ["python3", "x.py", "check", "--json-output"]
config.rustc.source = "./Cargo.toml" vscode config:
|
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
-
related issued
Beta Was this translation helpful? Give feedback.
All reactions