Skip to content

Commit b4bdd5c

Browse files
committed
fix vscode configuration
1 parent a000764 commit b4bdd5c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,16 +174,14 @@ to `.vscode/settings.json` in your local Miri clone:
174174
"check",
175175
"--message-format=json"
176176
],
177-
"rust-analyzer.buildScripts.overrideCommand": [
177+
// Contrary to what the name suggests, this also affects proc macros.
178+
"rust-analyzer.cargo.buildScripts.overrideCommand": [
178179
"env",
179180
"MIRI_AUTO_OPS=no",
180181
"./miri",
181182
"check",
182183
"--message-format=json",
183184
],
184-
"rust-analyzer.rustfmt.extraArgs": [
185-
"+nightly"
186-
],
187185
}
188186
```
189187

0 commit comments

Comments
 (0)