diff options
author | Veetaha <[email protected]> | 2020-02-16 21:33:23 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-16 21:33:23 +0000 |
commit | 351cc9021e7e3f91a4779852dabd2d2ed04faa0c (patch) | |
tree | dff9729f5bded703fe3a73d3f03542e67fc0fe96 /docs/dev | |
parent | 200a2475a2044f101f7bb70d053dafe3409b8ff6 (diff) |
Add the article
Co-Authored-By: Laurențiu Nicola <[email protected]>
Diffstat (limited to 'docs/dev')
-rw-r--r-- | docs/dev/debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md index 8208b1435..86386dd0d 100644 --- a/docs/dev/debugging.md +++ b/docs/dev/debugging.md | |||
@@ -22,7 +22,7 @@ where **only** your `rust-analyzer` extension is enabled. | |||
22 | 22 | ||
23 | ## Debug TypeScript VSCode extension | 23 | ## Debug TypeScript VSCode extension |
24 | 24 | ||
25 | - `Run Extension` - runs the extension with globally installed `ra_lsp_server` binary. | 25 | - `Run Extension` - runs the extension with the globally installed `ra_lsp_server` binary. |
26 | - `Run Extension (Dev Server)` - runs extension with binary from your locally built `target/debug/ra_lsp_server`. | 26 | - `Run Extension (Dev Server)` - runs extension with binary from your locally built `target/debug/ra_lsp_server`. |
27 | 27 | ||
28 | TypeScript debugging is configured to watch your source edits and recompile. | 28 | TypeScript debugging is configured to watch your source edits and recompile. |