CONTRIBUTING: vsocde settings: add --all-targets
This commit is contained in:
parent
dcddf24626
commit
89a32d7b5f
1 changed files with 2 additions and 0 deletions
|
@ -181,6 +181,7 @@ to `.vscode/settings.json` in your local Miri clone:
|
|||
"cargo",
|
||||
"clippy", // make this `check` when working with a locally built rustc
|
||||
"--message-format=json",
|
||||
"--all-targets",
|
||||
],
|
||||
// Contrary to what the name suggests, this also affects proc macros.
|
||||
"rust-analyzer.cargo.buildScripts.overrideCommand": [
|
||||
|
@ -190,6 +191,7 @@ to `.vscode/settings.json` in your local Miri clone:
|
|||
"cargo",
|
||||
"check",
|
||||
"--message-format=json",
|
||||
"--all-targets",
|
||||
],
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue