diff options
-rw-r--r-- | ARCHITECTURE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index 1efd1e054..f16ff782c 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md | |||
@@ -118,8 +118,8 @@ VS Code plugin | |||
118 | ## Common workflows | 118 | ## Common workflows |
119 | 119 | ||
120 | To try out VS Code extensions, run `cargo install-code`. This installs both the | 120 | To try out VS Code extensions, run `cargo install-code`. This installs both the |
121 | `ra_lsp_server` binary and VS Code extension. To install only the binary, `use | 121 | `ra_lsp_server` binary and VS Code extension. To install only the binary, use |
122 | cargo install --path crates/ra_lsp_server --force` | 122 | `cargo install --path crates/ra_lsp_server --force` |
123 | 123 | ||
124 | To see logs from the language server, set `RUST_LOG=info` env variable. To see | 124 | To see logs from the language server, set `RUST_LOG=info` env variable. To see |
125 | all communication between the server and the client, use | 125 | all communication between the server and the client, use |