aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-04-02 06:07:40 +0100
committerEdwin Cheng <[email protected]>2019-04-02 08:03:31 +0100
commitee05eafe6c657c3d3710655e11d88d61bc5febf0 (patch)
tree23969e46b774a475e334771b715485287b20d1f8 /docs
parentb84d0fc1a307f6103ea2c2620a106db821696434 (diff)
Add config for cargo-watch trace
Diffstat (limited to 'docs')
-rw-r--r--docs/user/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/user/README.md b/docs/user/README.md
index 439c4e6ae..722a86c9b 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -60,6 +60,7 @@ for details.
60* `rust-analyzer.enableCargoWatchOnStartup`: prompt to install & enable `cargo 60* `rust-analyzer.enableCargoWatchOnStartup`: prompt to install & enable `cargo
61 watch` for live error highlighting (note, this **does not** use rust-analyzer) 61 watch` for live error highlighting (note, this **does not** use rust-analyzer)
62* `rust-analyzer.trace.server`: enables internal logging 62* `rust-analyzer.trace.server`: enables internal logging
63* `rust-analyzer.trace.cargo-watch`: enables cargo-watch logging
63 64
64 65
65## Emacs 66## Emacs