You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/manual.adoc
+1
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ Here are some useful self-diagnostic commands:
116
116
* **Rust Analyzer: Show RA Version** shows the version of `rust-analyzer` binary.
117
117
* **Rust Analyzer: Status** prints some statistics about the server, and dependency information for the current file.
118
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
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
121
* To enable client-side logging, add `"rust-analyzer.trace.extension": true` to the settings and open `Output > Rust Analyzer Client` in the panel.
0 commit comments