Skip to content

Commit a1ccd09

Browse files
bors[bot]szunami
andauthored
Merge #4301
4301: Fix typo in markdownDescription r=matklad a=szunami Co-authored-by: szunami <[email protected]>
2 parents a559459 + 7330b8d commit a1ccd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
"minItems": 1
282282
},
283283
"default": null,
284-
"markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command should include `--message=format=json` or similar option."
284+
"markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command should include `--message-format=json` or similar option."
285285
},
286286
"rust-analyzer.checkOnSave.allTargets": {
287287
"type": "boolean",

0 commit comments

Comments
 (0)