mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
settings: rust-analyzer.cargo-watch.enable: clarify that the setting enables the cargo-watch command and not "cargo check"
This commit is contained in:
parent
c48dcf7411
commit
d48bae6ebb
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@
|
|||
"rust-analyzer.cargo-watch.enable": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"markdownDescription": "Run `cargo check` for diagnostics on save"
|
||||
"markdownDescription": "Run specified `cargo-watch` command for diagnostics on save"
|
||||
},
|
||||
"rust-analyzer.cargo-watch.arguments": {
|
||||
"type": "array",
|
||||
|
|
Loading…
Reference in a new issue