Skip to content

Commit d48bae6

Browse files
committed
settings: rust-analyzer.cargo-watch.enable: clarify that the setting enables the cargo-watch command and not "cargo check"
1 parent c48dcf7 commit d48bae6

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)