diff options
-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 6db3645f7..0c8c5ec45 100644 --- a/docs/dev/debugging.md +++ b/docs/dev/debugging.md | |||
@@ -50,7 +50,7 @@ To apply changes to an already running debug process press <kbd>Ctrl+Shift+P</kb | |||
50 | 50 | ||
51 | - Select `Run Extension (Dev Server)` to run your locally 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 the `Attach To Server` debug configuration. |
54 | 54 | ||
55 | - A list of running processes should appear. Select the `ra_lsp_server` from this repo. | 55 | - A list of running processes should appear. Select the `ra_lsp_server` from this repo. |
56 | 56 | ||