Skip to content

Commit 18c441c

Browse files
committed
update vscode settings
1 parent 984b46c commit 18c441c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,19 +154,24 @@ to `.vscode/settings.json` in your local Miri clone:
154154

155155
```json
156156
{
157+
"rust-analyzer.linkedProjects": [
158+
"./Cargo.toml",
159+
"./cargo-miri/Cargo.toml"
160+
],
157161
"rust-analyzer.checkOnSave.overrideCommand": [
158162
"./miri",
159163
"check",
160164
"--message-format=json"
161165
],
166+
"rust-analyzer.buildScripts.overrideCommand": [
167+
"./miri",
168+
"check",
169+
"--message-format=json",
170+
],
162171
"rust-analyzer.rustfmt.extraArgs": [
163172
"+nightly"
164173
],
165174
"rust-analyzer.rustcSource": "discover",
166-
"rust-analyzer.linkedProjects": [
167-
"./Cargo.toml",
168-
"./cargo-miri/Cargo.toml"
169-
]
170175
}
171176
```
172177

0 commit comments

Comments
 (0)