aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
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 5a942ba5d..8208b1435 100644
--- a/docs/dev/debugging.md
+++ b/docs/dev/debugging.md
@@ -48,7 +48,7 @@ To apply changes to already running debug process press <kbd>Ctrl+Shift+P</kbd>
48 debug = 2 48 debug = 2
49 ``` 49 ```
50 50
51- Select `Run Extension (Dev Server)` to run your local built `target/debug/ra_lsp_server`. 51- Select `Run Extension (Dev Server)` to run your locally built `target/debug/ra_lsp_server`.
52 52
53- In the original VSCode window once again select `Attach To Server` debug configuration. 53- In the original VSCode window once again select `Attach To Server` debug configuration.
54 54