Skip to content

Commit 9daa6b5

Browse files
Update docs/user/manual.adoc
Co-authored-by: Laurențiu Nicola <[email protected]>
1 parent a0eaade commit 9daa6b5

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
@@ -372,7 +372,7 @@ You can use any valid RegExp as a mask. Also note that a full runnable name is s
372372

373373
==== Compiler feedback from external commands
374374

375-
Instead of relying on the builtin `cargo check`, rust-analyzer can run a command in the background and use the `$rustc-watch` problem matcher to parse its output to generate inline error markers.
375+
Instead of relying on the built-in `cargo check`, you can configure Code to run a command in the background and use the `$rustc-watch` problem matcher to generate inline error markers from its output.
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

0 commit comments

Comments
 (0)