We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c728bf3 commit 6dbcf5fCopy full SHA for 6dbcf5f
src/etc/rust_analyzer_settings.json
@@ -16,10 +16,10 @@
16
"compiler/rustc_codegen_gcc/Cargo.toml"
17
],
18
"rust-analyzer.rustfmt.overrideCommand": [
19
- "./build/host/rustfmt/bin/rustfmt",
+ "${workspaceFolder}/build/host/rustfmt/bin/rustfmt",
20
"--edition=2021"
21
22
- "rust-analyzer.procMacro.server": "./build/host/stage0/libexec/rust-analyzer-proc-macro-srv",
+ "rust-analyzer.procMacro.server": "${workspaceFolder}/build/host/stage0/libexec/rust-analyzer-proc-macro-srv",
23
"rust-analyzer.procMacro.enable": true,
24
"rust-analyzer.cargo.buildScripts.enable": true,
25
"rust-analyzer.cargo.buildScripts.invocationLocation": "root",
0 commit comments