aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-16 21:42:10 +0000
committerGitHub <[email protected]>2020-02-16 21:42:10 +0000
commit70506978710e633cf1a064a4c27b37f4a260e5eb (patch)
tree559a491902c970f0cd02b7e98ddfba0e662baa89 /docs/dev/debugging.md
parent3db91db4218655531dd5b67751483659eb5132cd (diff)
Add the article
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 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