We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08db600 commit a78bfe6Copy full SHA for a78bfe6
src/etc/rust_analyzer_zed.json
@@ -29,15 +29,15 @@
29
"compiler/rustc_codegen_gcc/Cargo.toml"
30
],
31
"procMacro": {
32
- "enable": true,
33
- "server": "${workspaceFolder}/build/host/stage0/libexec/rust-analyzer-proc-macro-srv"
+ "enable": true,
+ "server": "build/host/stage0/libexec/rust-analyzer-proc-macro-srv"
34
},
35
"rustc": {
36
"source": "./Cargo.toml"
37
38
"rustfmt": {
39
"overrideCommand": [
40
- "${workspaceFolder}/build/host/rustfmt/bin/rustfmt",
+ "build/host/rustfmt/bin/rustfmt",
41
"--edition=2021"
42
]
43
0 commit comments