aboutsummaryrefslogtreecommitdiff
path: root/docs/user/manual.adoc
diff options
context:
space:
mode:
authorMichael Bryan <[email protected]>2020-07-16 16:30:11 +0100
committerGitHub <[email protected]>2020-07-16 16:30:11 +0100
commit60a243b375fa9ec76c1d161c2455d90b4449b718 (patch)
tree06f1625f9fcb35432a22536b8f7aa01181506400 /docs/user/manual.adoc
parent9daa6b5cfa9e80a89fd1ae54bb5c2dc8baf988c6 (diff)
Update docs/user/manual.adoc
Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'docs/user/manual.adoc')
-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}