diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/README.md | 3 |
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 |