We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4383648 commit 6e4d643Copy full SHA for 6e4d643
src/building/suggested.md
@@ -37,9 +37,16 @@ you can write: <!-- date: 2022-04 --><!-- the date comment is for the edition be
37
"--edition=2021"
38
],
39
"editor.formatOnSave": true,
40
- "rust-analyzer.cargo.buildScripts.enable": false,
+ "rust-analyzer.cargo.buildScripts.enable": true,
41
+ "rust-analyzer.cargo.buildScripts.overrideCommand": [
42
+ "cargo",
43
+ "check",
44
+ "-p",
45
+ "rustc_driver",
46
+ "--message-format=json"
47
+ ],
48
"rust-analyzer.rustc.source": "./Cargo.toml",
- "rust-analyzer.procMacro.enable": false
49
+ "rust-analyzer.procMacro.enable": true,
50
}
51
```
52
0 commit comments