about summary refs log tree commit diff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
authorVeetaha <gersoh3@gmail.com>2020-02-16 23:35:10 +0200
committerGitHub <noreply@github.com>2020-02-16 23:35:10 +0200
commit79625e2dc2c6a94c84d93684f6860ec1493d8854 (patch)
treeee3acab988f0ad607683ebee21c8d382598a9d1e /docs/dev/debugging.md
parent351cc9021e7e3f91a4779852dabd2d2ed04faa0c (diff)
downloadrust-79625e2dc2c6a94c84d93684f6860ec1493d8854.tar.gz
rust-79625e2dc2c6a94c84d93684f6860ec1493d8854.zip
Apply better wording as per lnicola
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
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 86386dd0d69..9346aab53df 100644
--- a/docs/dev/debugging.md
+++ b/docs/dev/debugging.md
@@ -23,7 +23,7 @@ where **only** your `rust-analyzer` extension is enabled.
 ## Debug TypeScript VSCode extension
 
 - `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`.
+- `Run Extension (Dev Server)` - runs extension with the locally built LSP server (`target/debug/ra_lsp_server`).
 
 TypeScript debugging is configured to watch your source edits and recompile.
 To apply changes to already running debug process press <kbd>Ctrl+Shift+P</kbd> and run the following command in your `[Extension Development Host]`