diff options
author | Edwin Cheng <[email protected]> | 2019-04-02 07:43:02 +0100 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2019-04-02 08:03:31 +0100 |
commit | 02e450f354ccd978c90425929c635139210843a3 (patch) | |
tree | 008e2bc12c024b480d86a4dae7194b976cad494d /docs | |
parent | ee05eafe6c657c3d3710655e11d88d61bc5febf0 (diff) |
Add cargo-watch.check-arguments
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/user/README.md b/docs/user/README.md index 722a86c9b..33dd4f995 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -59,6 +59,8 @@ for details. | |||
59 | * `rust-analyzer.raLspServerPath`: path to `ra_lsp_server` executable | 59 | * `rust-analyzer.raLspServerPath`: path to `ra_lsp_server` executable |
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.cargo-watch.check-arguments`: cargo-watch check arguments. | ||
63 | (e.g: `--features="shumway,pdf"` will run as `cargo watch -x "check --features="shumway,pdf""` ) | ||
62 | * `rust-analyzer.trace.server`: enables internal logging | 64 | * `rust-analyzer.trace.server`: enables internal logging |
63 | * `rust-analyzer.trace.cargo-watch`: enables cargo-watch logging | 65 | * `rust-analyzer.trace.cargo-watch`: enables cargo-watch logging |
64 | 66 | ||