aboutsummaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2021-01-25 11:14:31 +0000
committerLaurenČ›iu Nicola <[email protected]>2021-01-25 11:18:24 +0000
commit83fd63982999a043fca13259afea1e7f7793bf80 (patch)
treea8751229961bfa52164772f0b8ed56255f59498a /docs/dev
parent1cd5a6cd411a5a71db46a7904aa152123b58f30f (diff)
Fix RA_LOG example in dev docs
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":