aboutsummaryrefslogtreecommitdiff
path: root/ARCHITECTURE.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-22 21:39:21 +0000
committerAleksey Kladov <[email protected]>2019-01-22 22:24:53 +0000
commitc0dba92b7fec667bda1c1a1af258ef37ee8cbf54 (patch)
treef60d21521d667e46bb7596c74b0064f3650798e2 /ARCHITECTURE.md
parent0ba7e2eaebf335dbc31b5d6dbc9c354737c7fe54 (diff)
document status command
Diffstat (limited to 'ARCHITECTURE.md')
-rw-r--r--ARCHITECTURE.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md
index b75dfa0d3..2c0da0665 100644
--- a/ARCHITECTURE.md
+++ b/ARCHITECTURE.md
@@ -184,6 +184,8 @@ To see logs from the language server, set `RUST_LOG=info` env variable. To see
184all communication between the server and the client, use 184all communication between the server and the client, use
185`RUST_LOG=gen_lsp_server=debug` (this will print quite a bit of stuff). 185`RUST_LOG=gen_lsp_server=debug` (this will print quite a bit of stuff).
186 186
187There's `Status of rust-analyzer` command which prints common high-level debug info.
188
187To run tests, just `cargo test`. 189To run tests, just `cargo test`.
188 190
189To work on the VS Code extension, launch code inside `editors/code` and use `F5` to 191To work on the VS Code extension, launch code inside `editors/code` and use `F5` to