aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/README.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-01-29 14:08:31 +0000
committerAleksey Kladov <[email protected]>2020-01-29 14:08:31 +0000
commit84dfbfbd1d72c276a93518fea41196f75069d17e (patch)
treea37944195fe6ba67fa1e734677bfe9307896640c /docs/dev/README.md
parent1065c2bf1db2aaf78286b1f9f3c13237baac155b (diff)
Freshen Architecture.md document
Diffstat (limited to 'docs/dev/README.md')
-rw-r--r--docs/dev/README.md4
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.
106If I need to fix something simultaneously in the server and in the client, I 106If I need to fix something simultaneously in the server and in the client, I
107feel even more sad. I don't have a specific workflow for this case. 107feel even more sad. I don't have a specific workflow for this case.
108 108
109Additionally, I use `cargo run --release -p ra_cli -- analysis-stats
110path/to/some/rust/crate` to run a batch analysis. This is primaraly useful for
111performance optimiations, or for bug minimization.
112
109# Logging 113# Logging
110 114
111Logging is done by both rust-analyzer and VS Code, so it might be tricky to 115Logging is done by both rust-analyzer and VS Code, so it might be tricky to