aboutsummaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index 24197b332..6a6ba1443 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -212,7 +212,7 @@ To log all communication between the server and the client, there are two choice
212 212
213* you can log on the server side, by running something like 213* you can log on the server side, by running something like
214 ``` 214 ```
215 env RA_LOG=gen_lsp_server=trace code . 215 env RA_LOG=lsp_server=debug code .
216 ``` 216 ```
217 217
218* you can log on the client side, by enabling `"rust-analyzer.trace.server": 218* you can log on the client side, by enabling `"rust-analyzer.trace.server":