Skip to content

Commit b08f26c

Browse files
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>
2 parents 7bbdca6 + d48bae6 commit b08f26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"rust-analyzer.cargo-watch.enable": {
262262
"type": "boolean",
263263
"default": true,
264-
"markdownDescription": "Run `cargo check` for diagnostics on save"
264+
"markdownDescription": "Run specified `cargo-watch` command for diagnostics on save"
265265
},
266266
"rust-analyzer.cargo-watch.arguments": {
267267
"type": "array",

0 commit comments

Comments
 (0)