mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
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
This commit is contained in:
parent
6bac2d0a63
commit
f14e2ffbe0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user