about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-22 15:04:11 +0000
committerGitHub <noreply@github.com>2020-07-22 15:04:11 +0000
commite72c6220cda30ebe2bde4e0bd7d344c248332ecc (patch)
treed1dfa1a9996ae788fb6f24ab0772f654e4b78994 /docs
parent20b37f264fe89f048d052e2b7c86884d3103cc9e (diff)
parent6faf47c8fe3ca842a844b512b941eecc6aa0f5ee (diff)
downloadrust-e72c6220cda30ebe2bde4e0bd7d344c248332ecc.tar.gz
rust-e72c6220cda30ebe2bde4e0bd7d344c248332ecc.zip
Merge #5488
5488: Update manual.adoc r=matklad a=Veetaha



Co-authored-by: Veetaha <veetaha2@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/user/manual.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc
index 978b463d557..57251b851a0 100644
--- a/docs/user/manual.adoc
+++ b/docs/user/manual.adoc
@@ -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