mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 23:24:29 +00:00
Update docs/user/manual.adoc
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
parent
60a243b375
commit
5226e886b0
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ Instead of relying on the built-in `cargo check`, you can configure Code to run
|
|||
|
||||
To do this you need to create a new https://code.visualstudio.com/docs/editor/tasks[VS Code Task] and set `rust-analyzer.checkOnSave.enable: false` in preferences.
|
||||
|
||||
For example, if you want to run https://crates.io/crates/cargo-watch[`cargo watch`] instead you might add the following to `.vscode/tasks.json`:
|
||||
For example, if you want to run https://crates.io/crates/cargo-watch[`cargo watch`] instead, you might add the following to `.vscode/tasks.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue