aboutsummaryrefslogtreecommitdiff
path: root/docs/user/manual.adoc
diff options
context:
space:
mode:
authorMichael Bryan <[email protected]>2020-07-16 16:30:02 +0100
committerGitHub <[email protected]>2020-07-16 16:30:02 +0100
commit9daa6b5cfa9e80a89fd1ae54bb5c2dc8baf988c6 (patch)
treef4640af23889919260a9bbc9bfbc423ff6e4c0b0 /docs/user/manual.adoc
parenta0eaadee55312f693979fa5961719b889baa2815 (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 7fa2e7da0..3d620cf81 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -372,7 +372,7 @@ You can use any valid RegExp as a mask. Also note that a full runnable name is s
372 372
373==== Compiler feedback from external commands 373==== Compiler feedback from external commands
374 374
375Instead 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. 375Instead 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.
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