aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/user/manual.adoc2
1 files changed, 1 insertions, 1 deletions
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
383 "label": "Watch", 383 "label": "Watch",
384 "group": "build", 384 "group": "build",
385 "type": "shell", 385 "type": "shell",
386 "command": "cargo watch --package rust-analyzer", 386 "command": "cargo watch",
387 "problemMatcher": "$rustc-watch", 387 "problemMatcher": "$rustc-watch",
388 "isBackground": true 388 "isBackground": true
389} 389}