more RA config suggestions (#1114)

This commit is contained in:
Ralf Jung 2021-04-27 00:34:50 +02:00 committed by GitHub
parent 2f5927a77e
commit 9b0135d306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

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
}
```