aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszunami <[email protected]>2020-05-04 15:27:59 +0100
committerGitHub <[email protected]>2020-05-04 15:27:59 +0100
commit7330b8da63cdfa9a2dbf8c169b7ddb7ec4a906a9 (patch)
treee6298e0ccb5351574137f09d09ef9da8a6353440
parenta559459fb0c86ef1eb66dabe6e0c6208ff4a6e42 (diff)
Fix typo in markdownDescription
-rw-r--r--editors/code/package.json2
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",