Skip to content

Commit 7330b8d

Browse files
authored
Fix typo in markdownDescription
1 parent a559459 commit 7330b8d

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)