aboutsummaryrefslogtreecommitdiff
path: root/docs/user/manual.adoc
diff options
context:
space:
mode:
authorMichael Bryan <[email protected]>2020-07-16 16:30:19 +0100
committerGitHub <[email protected]>2020-07-16 16:30:19 +0100
commit5226e886b04cc4db9fce841b84bd972d58b31bef (patch)
tree0ab21f984cca08aadb084a3bada96de9daf25784 /docs/user/manual.adoc
parent60a243b375fa9ec76c1d161c2455d90b4449b718 (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 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
377To 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. 377To 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
379For example, if you want to run https://crates.io/crates/cargo-watch[`cargo watch`] instead you might add the following to `.vscode/tasks.json`: 379For 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{