more RA config suggestions (#1114)

This commit is contained in:
Ralf Jung 2021-04-27 00:34:50 +02:00 committed by GitHub
parent e8e6098673
commit 3da52a13ca

View file

@ -34,7 +34,9 @@ you can write:
"rust-analyzer.rustfmt.overrideCommand": [
"./build/TARGET_TRIPLE/stage0/bin/rustfmt"
],
"editor.formatOnSave": true
"editor.formatOnSave": true,
"rust-analyzer.cargo.runBuildScripts": false,
"rust-analyzer.procMacro.enable": false
}
```