about summary refs log tree commit diff
path: root/editors/code
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2022-11-07 12:53:33 +0200
committerLaurențiu Nicola <lnicola@dend.ro>2022-11-07 12:54:12 +0200
commitcff7ab1308906dc45f11967be65ac752f0ea2994 (patch)
tree448ab530dba0843b2d27dad6979d9f9e2a14419e /editors/code
parentf54c31391408214a890bada228fd3b2eb932b8a7 (diff)
downloadrust-cff7ab1308906dc45f11967be65ac752f0ea2994.tar.gz
rust-cff7ab1308906dc45f11967be65ac752f0ea2994.zip
Fix typos
Diffstat (limited to 'editors/code')
-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 1a97a9c0893..4357dc73067 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -623,7 +623,7 @@
                     ]
                 },
                 "rust-analyzer.checkOnSave.overrideCommand": {
-                    "markdownDescription": "Override the command rust-analyzer uses instead of `cargo check` for\ndiagnostics on save. The command is required to output json and\nshould therefor include `--message-format=json` or a similar option.\n\nIf you're changing this because you're using some tool wrapping\nCargo, you might also want to change\n`#rust-analyzer.cargo.buildScripts.overrideCommand#`.\n\nIf there are multiple linked projects, this command is invoked for\neach of them, with the working directory being the project root\n(i.e., the folder containing the `Cargo.toml`).\n\nAn example command would be:\n\n```bash\ncargo check --workspace --message-format=json --all-targets\n```\n.",
+                    "markdownDescription": "Override the command rust-analyzer uses instead of `cargo check` for\ndiagnostics on save. The command is required to output json and\nshould therefore include `--message-format=json` or a similar option.\n\nIf you're changing this because you're using some tool wrapping\nCargo, you might also want to change\n`#rust-analyzer.cargo.buildScripts.overrideCommand#`.\n\nIf there are multiple linked projects, this command is invoked for\neach of them, with the working directory being the project root\n(i.e., the folder containing the `Cargo.toml`).\n\nAn example command would be:\n\n```bash\ncargo check --workspace --message-format=json --all-targets\n```\n.",
                     "default": null,
                     "type": [
                         "null",