Skip to content

Commit 6faf47c

Browse files
authored
Update manual.adoc
1 parent 1c7d5f5 commit 6faf47c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/manual.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Here are some useful self-diagnostic commands:
110110
* **Rust Analyzer: Show RA Version** shows the version of `rust-analyzer` binary
111111
* **Rust Analyzer: Status** prints some statistics about the server, like the few latest LSP requests
112112
* To enable server-side logging, run with `env RA_LOG=info` and see `Output > Rust Analyzer Language Server` in VS Code's panel.
113-
* To log all LSP requests, add `"rust-analyzer.trace.server": "verbose"` to the settings and look for `Server Trace` in the panel.
114-
* To enable client-side logging, add `"rust-analyzer.trace.extension": true` to the settings and open the `Console` tab of VS Code developer tools.
113+
* 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.
114+
* To enable client-side logging, add `"rust-analyzer.trace.extension": true` to the settings and open `Output > Rust Analyzer Client` in the panel.
115115

116116
=== rust-analyzer Language Server Binary
117117

0 commit comments

Comments
 (0)