diff options
author | szunami <[email protected]> | 2020-05-04 15:27:59 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-04 15:27:59 +0100 |
commit | 7330b8da63cdfa9a2dbf8c169b7ddb7ec4a906a9 (patch) | |
tree | e6298e0ccb5351574137f09d09ef9da8a6353440 /editors | |
parent | a559459fb0c86ef1eb66dabe6e0c6208ff4a6e42 (diff) |
Fix typo in markdownDescription
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 1cbd8d664..442b9de98 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -281,7 +281,7 @@ | |||
281 | "minItems": 1 | 281 | "minItems": 1 |
282 | }, | 282 | }, |
283 | "default": null, | 283 | "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." |
285 | }, | 285 | }, |
286 | "rust-analyzer.checkOnSave.allTargets": { | 286 | "rust-analyzer.checkOnSave.allTargets": { |
287 | "type": "boolean", | 287 | "type": "boolean", |