mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-26 11:55:04 +00:00
Update docs/user/manual.adoc
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
parent
9daa6b5cfa
commit
60a243b375
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ For example, if you want to run https://crates.io/crates/cargo-watch[`cargo watc
|
||||||
"label": "Watch",
|
"label": "Watch",
|
||||||
"group": "build",
|
"group": "build",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "cargo watch --package rust-analyzer",
|
"command": "cargo watch",
|
||||||
"problemMatcher": "$rustc-watch",
|
"problemMatcher": "$rustc-watch",
|
||||||
"isBackground": true
|
"isBackground": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue