mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
Update documentation for overrideCommand config options
This commit is contained in:
parent
68e7ec90bf
commit
76b2333c1b
3 changed files with 21 additions and 7 deletions
|
|
@ -104,7 +104,9 @@ targets and features, with the following base command line:
|
|||
```bash
|
||||
cargo check --quiet --workspace --message-format=json --all-targets --keep-going
|
||||
```
|
||||
.
|
||||
|
||||
Note: The option must be specified as an array of command line arguments, with
|
||||
the first argument being the name of the command to run.
|
||||
|
||||
|
||||
## rust-analyzer.cargo.buildScripts.rebuildOnSave {#cargo.buildScripts.rebuildOnSave}
|
||||
|
|
@ -331,7 +333,9 @@ An example command would be:
|
|||
```bash
|
||||
cargo check --workspace --message-format=json --all-targets
|
||||
```
|
||||
.
|
||||
|
||||
Note: The option must be specified as an array of command line arguments, with
|
||||
the first argument being the name of the command to run.
|
||||
|
||||
|
||||
## rust-analyzer.check.targets {#check.targets}
|
||||
|
|
@ -1343,6 +1347,9 @@ not that of `cargo fmt`. The file contents will be passed on the
|
|||
standard input and the formatted result will be read from the
|
||||
standard output.
|
||||
|
||||
Note: The option must be specified as an array of command line arguments, with
|
||||
the first argument being the name of the command to run.
|
||||
|
||||
|
||||
## rust-analyzer.rustfmt.rangeFormatting.enable {#rustfmt.rangeFormatting.enable}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue