mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
Merge #5488
5488: Update manual.adoc r=matklad a=Veetaha Co-authored-by: Veetaha <veetaha2@gmail.com>
This commit is contained in:
commit
e72c6220cd
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ Here are some useful self-diagnostic commands:
|
|||
* **Rust Analyzer: Show RA Version** shows the version of `rust-analyzer` binary
|
||||
* **Rust Analyzer: Status** prints some statistics about the server, like the few latest LSP requests
|
||||
* To enable server-side logging, run with `env RA_LOG=info` and see `Output > Rust Analyzer Language Server` in VS Code's panel.
|
||||
* To log all LSP requests, add `"rust-analyzer.trace.server": "verbose"` to the settings and look for `Server Trace` in the panel.
|
||||
* To enable client-side logging, add `"rust-analyzer.trace.extension": true` to the settings and open the `Console` tab of VS Code developer tools.
|
||||
* 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.
|
||||
* To enable client-side logging, add `"rust-analyzer.trace.extension": true` to the settings and open `Output > Rust Analyzer Client` in the panel.
|
||||
|
||||
=== rust-analyzer Language Server Binary
|
||||
|
||||
|
|
Loading…
Reference in a new issue