mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
Add the article
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
parent
200a2475a2
commit
351cc9021e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ where **only** your `rust-analyzer` extension is enabled.
|
|||
|
||||
## Debug TypeScript VSCode extension
|
||||
|
||||
- `Run Extension` - runs the extension with globally installed `ra_lsp_server` binary.
|
||||
- `Run Extension` - runs the extension with the globally installed `ra_lsp_server` binary.
|
||||
- `Run Extension (Dev Server)` - runs extension with binary from your locally built `target/debug/ra_lsp_server`.
|
||||
|
||||
TypeScript debugging is configured to watch your source edits and recompile.
|
||||
|
|
Loading…
Reference in a new issue