aboutsummaryrefslogtreecommitdiff
path: root/ARCHITECTURE.md
diff options
context:
space:
mode:
Diffstat (limited to 'ARCHITECTURE.md')
-rw-r--r--ARCHITECTURE.md4
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
120To try out VS Code extensions, run `cargo install-code`. This installs both the 120To 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
122cargo install --path crates/ra_lsp_server --force` 122`cargo install --path crates/ra_lsp_server --force`
123 123
124To see logs from the language server, set `RUST_LOG=info` env variable. To see 124To see logs from the language server, set `RUST_LOG=info` env variable. To see
125all communication between the server and the client, use 125all communication between the server and the client, use