aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-16 21:35:10 +0000
committerGitHub <[email protected]>2020-02-16 21:35:10 +0000
commit79625e2dc2c6a94c84d93684f6860ec1493d8854 (patch)
treeee3acab988f0ad607683ebee21c8d382598a9d1e /docs/dev/debugging.md
parent351cc9021e7e3f91a4779852dabd2d2ed04faa0c (diff)
Apply better wording as per lnicola
Co-Authored-By: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'docs/dev/debugging.md')
-rw-r--r--docs/dev/debugging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md
index 86386dd0d..9346aab53 100644
--- a/docs/dev/debugging.md
+++ b/docs/dev/debugging.md
@@ -23,7 +23,7 @@ where **only** your `rust-analyzer` extension is enabled.
23## Debug TypeScript VSCode extension 23## Debug TypeScript VSCode extension
24 24
25- `Run Extension` - runs the extension with the 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 the locally built LSP server (`target/debug/ra_lsp_server`).
27 27
28TypeScript debugging is configured to watch your source edits and recompile. 28TypeScript debugging is configured to watch your source edits and recompile.
29To apply changes to already running debug process press <kbd>Ctrl+Shift+P</kbd> and run the following command in your `[Extension Development Host]` 29To apply changes to already running debug process press <kbd>Ctrl+Shift+P</kbd> and run the following command in your `[Extension Development Host]`