more RA config suggestions (#1114)
This commit is contained in:
parent
2f5927a77e
commit
9b0135d306
|
|
@ -34,7 +34,9 @@ you can write:
|
||||||
"rust-analyzer.rustfmt.overrideCommand": [
|
"rust-analyzer.rustfmt.overrideCommand": [
|
||||||
"./build/TARGET_TRIPLE/stage0/bin/rustfmt"
|
"./build/TARGET_TRIPLE/stage0/bin/rustfmt"
|
||||||
],
|
],
|
||||||
"editor.formatOnSave": true
|
"editor.formatOnSave": true,
|
||||||
|
"rust-analyzer.cargo.runBuildScripts": false,
|
||||||
|
"rust-analyzer.procMacro.enable": false
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue