diff options
author | Michael Bryan <[email protected]> | 2020-07-16 16:30:11 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-16 16:30:11 +0100 |
commit | 60a243b375fa9ec76c1d161c2455d90b4449b718 (patch) | |
tree | 06f1625f9fcb35432a22536b8f7aa01181506400 | |
parent | 9daa6b5cfa9e80a89fd1ae54bb5c2dc8baf988c6 (diff) |
Update docs/user/manual.adoc
Co-authored-by: Laurențiu Nicola <[email protected]>
-rw-r--r-- | docs/user/manual.adoc | 2 |
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 | } |