mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Fix RA_LOG example in dev docs
This commit is contained in:
parent
1cd5a6cd41
commit
83fd639829
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ To log all communication between the server and the client, there are two choice
|
|||
|
||||
* you can log on the server side, by running something like
|
||||
```
|
||||
env RA_LOG=gen_lsp_server=trace code .
|
||||
env RA_LOG=lsp_server=debug code .
|
||||
```
|
||||
|
||||
* you can log on the client side, by enabling `"rust-analyzer.trace.server":
|
||||
|
|
Loading…
Reference in a new issue