mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
Merge #3556
3556: settings: rust-analyzer.cargo-watch.enable: clarify that the setting … r=matklad a=matthiaskrgr …enables the cargo-watch command and not "cargo check" Co-authored-by: Matthias Krüger <matthias.krueger@famsik.de>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user