Fix typo in markdownDescription

This commit is contained in:
szunami 2020-05-04 10:27:59 -04:00 committed by GitHub
parent a559459fb0
commit 7330b8da63
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",