4301: Fix typo in markdownDescription r=matklad a=szunami



Co-authored-by: szunami <sam.szuflita@gmail.com>
This commit is contained in:
bors[bot] 2020-05-04 14:44:41 +00:00 committed by GitHub
commit a1ccd09d4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,7 +281,7 @@
"minItems": 1
},
"default": null,
"markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command should include `--message=format=json` or similar option."
"markdownDescription": "Advanced option, fully override the command rust-analyzer uses for checking. The command should include `--message-format=json` or similar option."
},
"rust-analyzer.checkOnSave.allTargets": {
"type": "boolean",