Skip to content

Commit 7879fc3

Browse files
bors[bot]lnicola
andauthored
Merge #5909
5909: Add rust-analyzer.checkOnSave.target to package.json r=matklad a=lnicola This was already implemented, but it's missing from the manifest. Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 8146700 + e9f5585 commit 7879fc3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

editors/code/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,14 @@
350350
"default": null,
351351
"description": "List of features to activate. Defaults to `rust-analyzer.cargo.features`."
352352
},
353+
"rust-analyzer.checkOnSave.target": {
354+
"type": [
355+
"null",
356+
"string"
357+
],
358+
"default": null,
359+
"description": "Check for a specific target. Defaults to `rust-analyzer.cargo.target`."
360+
},
353361
"rust-analyzer.cargoRunner": {
354362
"type": [
355363
"null",

0 commit comments

Comments
 (0)