diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 3d620cf81c..d521d10cf0 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 }