more RA config suggestions (#1114)
This commit is contained in:
parent
e8e6098673
commit
3da52a13ca
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue