diff options
Diffstat (limited to 'docs/dev/debugging.md')
| -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 8208b14358a..86386dd0d69 100644 --- a/docs/dev/debugging.md +++ b/docs/dev/debugging.md @@ -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. |
