diff options
Diffstat (limited to 'docs/dev/README.md')
-rw-r--r-- | docs/dev/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md index a2be99858..d30727786 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md | |||
@@ -106,6 +106,10 @@ communication, and `print!` would break it. | |||
106 | If I need to fix something simultaneously in the server and in the client, I | 106 | If I need to fix something simultaneously in the server and in the client, I |
107 | feel even more sad. I don't have a specific workflow for this case. | 107 | feel even more sad. I don't have a specific workflow for this case. |
108 | 108 | ||
109 | Additionally, I use `cargo run --release -p ra_cli -- analysis-stats | ||
110 | path/to/some/rust/crate` to run a batch analysis. This is primaraly useful for | ||
111 | performance optimiations, or for bug minimization. | ||
112 | |||
109 | # Logging | 113 | # Logging |
110 | 114 | ||
111 | Logging is done by both rust-analyzer and VS Code, so it might be tricky to | 115 | Logging is done by both rust-analyzer and VS Code, so it might be tricky to |