diff options
author | Aleksey Kladov <[email protected]> | 2020-10-19 15:04:22 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-10-19 15:04:22 +0100 |
commit | a261c7c539a76b679ff9f50afcd470afb33723e6 (patch) | |
tree | f271bfa9b57cf58bf49f786e8d77f0e735bd53d7 /docs/user | |
parent | 18775643f6078329e4063dd2fbc60acda901fbf0 (diff) |
Document logging of project model
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/manual.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 8a3cc00df..e95bff8f9 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -116,6 +116,7 @@ Here are some useful self-diagnostic commands: | |||
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, and dependency information for the current file. | 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 project loading (sysroot & `cargo metadata`), set `RA_LOG=project_model=debug`. | ||
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 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. | 121 | * To enable client-side logging, add `"rust-analyzer.trace.extension": true` to the settings and open `Output > Rust Analyzer Client` in the panel. |
121 | 122 | ||