settings: rust-analyzer.cargo-watch.enable: clarify that the setting enables the cargo-watch command and not "cargo check"
This commit is contained in:
@@ -261,7 +261,7 @@
|
|||||||
"rust-analyzer.cargo-watch.enable": {
|
"rust-analyzer.cargo-watch.enable": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"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": {
|
"rust-analyzer.cargo-watch.arguments": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|||||||
Reference in New Issue
Block a user