aboutsummaryrefslogtreecommitdiff
path: root/docs/user/README.md
diff options
context:
space:
mode:
authorPaul Lesur <[email protected]>2019-09-25 09:55:18 +0100
committerPaul Lesur <[email protected]>2019-09-25 09:55:18 +0100
commitf14e2ffbe09def6a708e55b21e22fb1ff6256323 (patch)
tree11b91ee3da2e50fa9ea1c188b587be5c8e6ccd58 /docs/user/README.md
parent6bac2d0a637a6d0b3922a6f8fe05fa32d6d43b15 (diff)
update documentation according to new settings
1. `command` has been added to change the default cargo-watch command 2. `check-arguments` has been renamed to `arguments` as a consequence Thoses changes were merged in #1434
Diffstat (limited to 'docs/user/README.md')
-rw-r--r--docs/user/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/user/README.md b/docs/user/README.md
index 6d92359e2..9d03cad1c 100644
--- a/docs/user/README.md
+++ b/docs/user/README.md
@@ -76,7 +76,8 @@ See [microsoft/vscode#72308](https://github.com/microsoft/vscode/issues/72308) f
76 This is not very intuitive and a limitation of a current implementation. 76 This is not very intuitive and a limitation of a current implementation.
77* `rust-analyzer.useClientWatching`: use client provided file watching instead 77* `rust-analyzer.useClientWatching`: use client provided file watching instead
78 of notify watching. 78 of notify watching.
79* `rust-analyzer.cargo-watch.check-arguments`: cargo-watch check arguments. 79* `rust-analyzer.cargo-watch.command`: `cargo-watch` command. (e.g: `clippy` will run as `cargo watch -x clippy` )
80* `rust-analyzer.cargo-watch.arguments`: cargo-watch check arguments.
80 (e.g: `--features="shumway,pdf"` will run as `cargo watch -x "check --features="shumway,pdf""` ) 81 (e.g: `--features="shumway,pdf"` will run as `cargo watch -x "check --features="shumway,pdf""` )
81* `rust-analyzer.trace.server`: enables internal logging 82* `rust-analyzer.trace.server`: enables internal logging
82* `rust-analyzer.trace.cargo-watch`: enables cargo-watch logging 83* `rust-analyzer.trace.cargo-watch`: enables cargo-watch logging