Skip to content

Commit 5226e88

Browse files
Update docs/user/manual.adoc
Co-authored-by: Laurențiu Nicola <[email protected]>
1 parent 60a243b commit 5226e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/manual.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Instead of relying on the built-in `cargo check`, you can configure Code to run
376376

377377
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.
378378

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`:
380380

381381
```json
382382
{

0 commit comments

Comments
 (0)