From 9daa6b5cfa9e80a89fd1ae54bb5c2dc8baf988c6 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Thu, 16 Jul 2020 23:30:02 +0800 Subject: Update docs/user/manual.adoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurențiu Nicola --- docs/user/manual.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/user/manual.adoc') 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 ==== Compiler feedback from external commands -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. +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. 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. -- cgit v1.2.3