diff options
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 |