mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
docs: fix typo
This commit is contained in:
parent
64112b0b61
commit
200a2475a2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ To apply changes to already running debug process press <kbd>Ctrl+Shift+P</kbd>
|
|||
debug = 2
|
||||
```
|
||||
|
||||
- Select `Run Extension (Dev Server)` to run your local built `target/debug/ra_lsp_server`.
|
||||
- Select `Run Extension (Dev Server)` to run your locally built `target/debug/ra_lsp_server`.
|
||||
|
||||
- In the original VSCode window once again select `Attach To Server` debug configuration.
|
||||
|
||||
|
|
Loading…
Reference in a new issue