diff options
-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 d521d10cf..f16b4ed8d 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -376,7 +376,7 @@ Instead of relying on the built-in `cargo check`, you can configure Code to run | |||
376 | 376 | ||
377 | 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. | 377 | 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. |
378 | 378 | ||
379 | 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`: | 379 | 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`: |
380 | 380 | ||
381 | ```json | 381 | ```json |
382 | { | 382 | { |