diff options
author | Veetaha <[email protected]> | 2020-02-16 21:21:11 +0000 |
---|---|---|
committer | Veetaha <[email protected]> | 2020-02-16 21:21:11 +0000 |
commit | 200a2475a2044f101f7bb70d053dafe3409b8ff6 (patch) | |
tree | e51cc19a875b937dd3b6ad869035b4a4e8c2e12e /docs/dev | |
parent | 64112b0b61cd842f2186240374a89ae05a8d0bb9 (diff) |
docs: fix typo
Diffstat (limited to 'docs/dev')
-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 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 | ||