Skip to content

Commit

Permalink
more RA config suggestions (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung authored Apr 26, 2021
1 parent 2f5927a commit 9b0135d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/building/suggested.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand Down

0 comments on commit 9b0135d

Please sign in to comment.