Skip to content

Commit e9f5585

Browse files
committed
Add rust-analyzer.checkOnSave.target to package.json
1 parent 8146700 commit e9f5585

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)