diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-02-08 10:40:42 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2024-02-08 10:40:42 +0100 |
| commit | 0258f60cfeb2a3355dd050fce9ed51b55d8cb613 (patch) | |
| tree | 5582b1ab7ab637ab094a1edd108d0f83e45fd8bf /docs | |
| parent | bcc8a09a0db8428f12b557b164809d387f02845d (diff) | |
feat: Allow cargo check to run on only the current package
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/generated_config.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/user/generated_config.adoc b/docs/user/generated_config.adoc index cfa7503d739..3ff2229346f 100644 --- a/docs/user/generated_config.adoc +++ b/docs/user/generated_config.adoc @@ -251,6 +251,12 @@ Can be a single target, e.g. `"x86_64-unknown-linux-gnu"` or a list of targets, Aliased as `"checkOnSave.targets"`. -- +[[rust-analyzer.check.workspace]]rust-analyzer.check.workspace (default: `true`):: ++ +-- +Whether `--workspace` should be passed to `cargo check`. +If false, `-p <package>` will be passed instead. +-- [[rust-analyzer.completion.autoimport.enable]]rust-analyzer.completion.autoimport.enable (default: `true`):: + -- |
