]> git.lizzy.rs Git - rust.git/commitdiff
Update manual.adoc
authorVeetaha <veetaha2@gmail.com>
Wed, 22 Jul 2020 13:46:19 +0000 (16:46 +0300)
committerGitHub <noreply@github.com>
Wed, 22 Jul 2020 13:46:19 +0000 (16:46 +0300)
docs/user/manual.adoc

index 978b463d5578f3642b141333bdb7fb14ed6ea688..57251b851a0cb4f5dd88bda17b1eb554835f5e87 100644 (file)
@@ -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