about summary refs log tree commit diff
path: root/docs/user
diff options
context:
space:
mode:
authorDavid Barsky <me@davidbarsky.com>2023-12-08 14:23:15 -0500
committerDavid Barsky <me@davidbarsky.com>2023-12-08 14:26:58 -0500
commitf556c79db8a99adc880fdae46ee5d9dcebf1e2db (patch)
tree029983b83d1d863f83497352d77042ea2b0faa4a /docs/user
parent03953288bff1b291c70be2c9e3680c367d0e7460 (diff)
downloadrust-f556c79db8a99adc880fdae46ee5d9dcebf1e2db.tar.gz
rust-f556c79db8a99adc880fdae46ee5d9dcebf1e2db.zip
fix: Correct references from `rust-analyzer.cargo.check` to `rust-analyzer.check`
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/generated_config.adoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc
index 8a2d0808443..1a9bc93a295 100644
--- a/docs/user/generated_config.adoc
+++ b/docs/user/generated_config.adoc
@@ -179,9 +179,9 @@ For example for `cargo check`: `dead_code`, `unused_imports`, `unused_variables`
 --
 Specifies the working directory for running checks.
 - "workspace": run checks for workspaces in the corresponding workspaces' root directories.
-  This falls back to "root" if `#rust-analyzer.cargo.check.invocationStrategy#` is set to `once`.
+  This falls back to "root" if `#rust-analyzer.check.invocationStrategy#` is set to `once`.
 - "root": run checks in the project's root directory.
-This config only has an effect when `#rust-analyzer.cargo.check.overrideCommand#`
+This config only has an effect when `#rust-analyzer.check.overrideCommand#`
 is set.
 --
 [[rust-analyzer.check.invocationStrategy]]rust-analyzer.check.invocationStrategy (default: `"per_workspace"`)::
@@ -190,7 +190,7 @@ is set.
 Specifies the invocation strategy to use when running the check command.
 If `per_workspace` is set, the command will be executed for each workspace.
 If `once` is set, the command will be executed once.
-This config only has an effect when `#rust-analyzer.cargo.check.overrideCommand#`
+This config only has an effect when `#rust-analyzer.check.overrideCommand#`
 is set.
 --
 [[rust-analyzer.check.noDefaultFeatures]]rust-analyzer.check.noDefaultFeatures (default: `null`)::
@@ -215,8 +215,8 @@ Cargo, you might also want to change
 If there are multiple linked projects/workspaces, this command is invoked for
 each of them, with the working directory being the workspace root
 (i.e., the folder containing the `Cargo.toml`). This can be overwritten
-by changing `#rust-analyzer.cargo.check.invocationStrategy#` and
-`#rust-analyzer.cargo.check.invocationLocation#`.
+by changing `#rust-analyzer.check.invocationStrategy#` and
+`#rust-analyzer.check.invocationLocation#`.
 
 An example command would be: