diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-22 22:25:22 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-22 22:25:22 +0000 |
commit | f90783fc5309e1835b22aa65d071efb9cf3eb9df (patch) | |
tree | f60d21521d667e46bb7596c74b0064f3650798e2 /ARCHITECTURE.md | |
parent | e08df3219d7a06b1e38c632e7f13967fb540769b (diff) | |
parent | c0dba92b7fec667bda1c1a1af258ef37ee8cbf54 (diff) |
Merge #602
602: add status command r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'ARCHITECTURE.md')
-rw-r--r-- | ARCHITECTURE.md | 2 |
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 | |||
184 | all communication between the server and the client, use | 184 | all 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 | ||
187 | There's `Status of rust-analyzer` command which prints common high-level debug info. | ||
188 | |||
187 | To run tests, just `cargo test`. | 189 | To run tests, just `cargo test`. |
188 | 190 | ||
189 | To work on the VS Code extension, launch code inside `editors/code` and use `F5` to | 191 | To work on the VS Code extension, launch code inside `editors/code` and use `F5` to |