From c0dba92b7fec667bda1c1a1af258ef37ee8cbf54 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 23 Jan 2019 00:39:21 +0300 Subject: document status command --- ARCHITECTURE.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ARCHITECTURE.md') 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 all communication between the server and the client, use `RUST_LOG=gen_lsp_server=debug` (this will print quite a bit of stuff). +There's `Status of rust-analyzer` command which prints common high-level debug info. + To run tests, just `cargo test`. To work on the VS Code extension, launch code inside `editors/code` and use `F5` to -- cgit v1.2.3