Skip to content

Commit 9b0135d

Browse files
authored
more RA config suggestions (#1114)
1 parent 2f5927a commit 9b0135d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/building/suggested.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ you can write:
3434
"rust-analyzer.rustfmt.overrideCommand": [
3535
"./build/TARGET_TRIPLE/stage0/bin/rustfmt"
3636
],
37-
"editor.formatOnSave": true
37+
"editor.formatOnSave": true,
38+
"rust-analyzer.cargo.runBuildScripts": false,
39+
"rust-analyzer.procMacro.enable": false
3840
}
3941
```
4042

0 commit comments

Comments
 (0)