From f14e2ffbe09def6a708e55b21e22fb1ff6256323 Mon Sep 17 00:00:00 2001 From: Paul Lesur Date: Wed, 25 Sep 2019 10:55:18 +0200 Subject: 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 --- docs/user/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 This is not very intuitive and a limitation of a current implementation. * `rust-analyzer.useClientWatching`: use client provided file watching instead of notify watching. -* `rust-analyzer.cargo-watch.check-arguments`: cargo-watch check arguments. +* `rust-analyzer.cargo-watch.command`: `cargo-watch` command. (e.g: `clippy` will run as `cargo watch -x clippy` ) +* `rust-analyzer.cargo-watch.arguments`: cargo-watch check arguments. (e.g: `--features="shumway,pdf"` will run as `cargo watch -x "check --features="shumway,pdf""` ) * `rust-analyzer.trace.server`: enables internal logging * `rust-analyzer.trace.cargo-watch`: enables cargo-watch logging -- cgit v1.2.3