diff options
| author | Veetaha <gerzoh1@gmail.com> | 2020-02-16 23:21:11 +0200 |
|---|---|---|
| committer | Veetaha <gerzoh1@gmail.com> | 2020-02-16 23:21:11 +0200 |
| commit | 200a2475a2044f101f7bb70d053dafe3409b8ff6 (patch) | |
| tree | e51cc19a875b937dd3b6ad869035b4a4e8c2e12e /docs/dev/debugging.md | |
| parent | 64112b0b61cd842f2186240374a89ae05a8d0bb9 (diff) | |
| download | rust-200a2475a2044f101f7bb70d053dafe3409b8ff6.tar.gz rust-200a2475a2044f101f7bb70d053dafe3409b8ff6.zip | |
docs: fix typo
Diffstat (limited to 'docs/dev/debugging.md')
| -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 5a942ba5de3..8208b14358a 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> debug = 2 ``` -- Select `Run Extension (Dev Server)` to run your local built `target/debug/ra_lsp_server`. +- Select `Run Extension (Dev Server)` to run your locally built `target/debug/ra_lsp_server`. - In the original VSCode window once again select `Attach To Server` debug configuration. |
