about summary refs log tree commit diff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
authorVeetaha <gersoh3@gmail.com>2020-02-16 23:42:10 +0200
committerGitHub <noreply@github.com>2020-02-16 23:42:10 +0200
commit70506978710e633cf1a064a4c27b37f4a260e5eb (patch)
tree559a491902c970f0cd02b7e98ddfba0e662baa89 /docs/dev/debugging.md
parent3db91db4218655531dd5b67751483659eb5132cd (diff)
downloadrust-70506978710e633cf1a064a4c27b37f4a260e5eb.tar.gz
rust-70506978710e633cf1a064a4c27b37f4a260e5eb.zip
Add the article
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
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 6db3645f7c0..0c8c5ec4549 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
 
 - 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.
+- In the original VSCode window once again select the `Attach To Server` debug configuration.
 
 - A list of running processes should appear. Select the `ra_lsp_server` from this repo.