From 60a243b375fa9ec76c1d161c2455d90b4449b718 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Thu, 16 Jul 2020 23:30:11 +0800 Subject: Update docs/user/manual.adoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurențiu Nicola --- docs/user/manual.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 3d620cf81..d521d10cf 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -383,7 +383,7 @@ For example, if you want to run https://crates.io/crates/cargo-watch[`cargo watc "label": "Watch", "group": "build", "type": "shell", - "command": "cargo watch --package rust-analyzer", + "command": "cargo watch", "problemMatcher": "$rustc-watch", "isBackground": true } -- cgit v1.2.3