mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Move backtick after "use"
This commit is contained in:
parent
5932bd0bb5
commit
7fafa44625
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ VS Code plugin
|
||||||
## Common workflows
|
## Common workflows
|
||||||
|
|
||||||
To try out VS Code extensions, run `cargo install-code`. This installs both the
|
To try out VS Code extensions, run `cargo install-code`. This installs both the
|
||||||
`ra_lsp_server` binary and VS Code extension. To install only the binary, `use
|
`ra_lsp_server` binary and VS Code extension. To install only the binary, use
|
||||||
cargo install --path crates/ra_lsp_server --force`
|
`cargo install --path crates/ra_lsp_server --force`
|
||||||
|
|
||||||
To see logs from the language server, set `RUST_LOG=info` env variable. To see
|
To see logs from the language server, set `RUST_LOG=info` env variable. To see
|
||||||
all communication between the server and the client, use
|
all communication between the server and the client, use
|
||||||
|
|
Loading…
Reference in a new issue