From d48bae6ebb95ed2962e014d13a246e7b5ac10dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Wed, 11 Mar 2020 12:32:24 +0100 Subject: settings: rust-analyzer.cargo-watch.enable: clarify that the setting enables the cargo-watch command and not "cargo check" --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/code/package.json b/editors/code/package.json index 1fe8e9f8a..09dfc404d 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -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", -- cgit v1.2.3