diff options
author | Michael Bryan <[email protected]> | 2020-07-16 16:30:19 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-16 16:30:19 +0100 |
commit | 5226e886b04cc4db9fce841b84bd972d58b31bef (patch) | |
tree | 0ab21f984cca08aadb084a3bada96de9daf25784 /docs | |
parent | 60a243b375fa9ec76c1d161c2455d90b4449b718 (diff) |
Update docs/user/manual.adoc
Co-authored-by: Laurențiu Nicola <[email protected]>
Diffstat (limited to 'docs')
-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 | { |