diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-09-29 21:13:53 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-29 21:13:53 +0100 |
commit | 7c9ae771bca39d511a0ea7395da2b4b91b44ee12 (patch) | |
tree | 8d8e459960c98fa9c491f25ef755543363dec76e /docs/user | |
parent | 80b0b0ea03a36451210c6f1beec66aa1150f194f (diff) | |
parent | af8063fe373cf06a345b0d4eee14ef1ef6873bc7 (diff) |
Merge #6096
6096: Extend **Status** command to also show dep info for the file r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/manual.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 7d85b36cb..c1a778852 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -113,8 +113,8 @@ Note that installing via `xtask install` does not work for VS Code Remote, inste | |||
113 | 113 | ||
114 | Here are some useful self-diagnostic commands: | 114 | Here are some useful self-diagnostic commands: |
115 | 115 | ||
116 | * **Rust Analyzer: Show RA Version** shows the version of `rust-analyzer` binary | 116 | * **Rust Analyzer: Show RA Version** shows the version of `rust-analyzer` binary. |
117 | * **Rust Analyzer: Status** prints some statistics about the server, like the few latest LSP requests | 117 | * **Rust Analyzer: Status** prints some statistics about the server, and dependency information for the current file. |
118 | * To enable server-side logging, run with `env RA_LOG=info` and see `Output > Rust Analyzer Language Server` in VS Code's panel. | 118 | * To enable server-side logging, run with `env RA_LOG=info` and see `Output > Rust Analyzer Language Server` in VS Code's panel. |
119 | * To log all LSP requests, add `"rust-analyzer.trace.server": "verbose"` to the settings and look for `Rust Analyzer Language Server Trace` in the panel. | 119 | * To log all LSP requests, add `"rust-analyzer.trace.server": "verbose"` to the settings and look for `Rust Analyzer Language Server Trace` in the panel. |
120 | * To enable client-side logging, add `"rust-analyzer.trace.extension": true` to the settings and open `Output > Rust Analyzer Client` in the panel. | 120 | * To enable client-side logging, add `"rust-analyzer.trace.extension": true` to the settings and open `Output > Rust Analyzer Client` in the panel. |