aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-16 21:52:41 +0000
committerVeetaha <[email protected]>2020-02-16 21:52:41 +0000
commit2d7fe230f57bdbd8e0bb7ac89632a43a65210c1f (patch)
tree171a6220fa5ec1754393c31849729da3379422c4 /docs
parent884e382fb842ef8120e2ad4121f0db91f314fca5 (diff)
docs: Fix grammar mistakes
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/debugging.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md
index 2e133184d..e6b082156 100644
--- a/docs/dev/debugging.md
+++ b/docs/dev/debugging.md
@@ -1,8 +1,8 @@
1# Debugging vs Code plugin and the Language Server 1# Debugging VSCode plugin and the language server
2 2
3## Prerequisites 3## Prerequisites
4 4
5- Install [LLDB](https://lldb.llvm.org/) and the [LLDB Extension](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) VSCode extensions. 5- Install [LLDB](https://lldb.llvm.org/) and the [LLDB Extension](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb).
6- Open the root folder in VSCode. Here you can access the preconfigured debug setups. 6- Open the root folder in VSCode. Here you can access the preconfigured debug setups.
7 7
8 <img height=150px src="https://user-images.githubusercontent.com/36276403/74611090-92ec5380-5101-11ea-8a41-598f51f3f3e3.png" alt="Debug options view"> 8 <img height=150px src="https://user-images.githubusercontent.com/36276403/74611090-92ec5380-5101-11ea-8a41-598f51f3f3e3.png" alt="Debug options view">
@@ -15,8 +15,8 @@
15 15
16## Common knowledge 16## Common knowledge
17 17
18* All debug configurations open new `[Extension Development Host]` VSCode instance 18* All debug configurations open a new `[Extension Development Host]` VSCode instance
19where **only** your `rust-analyzer` extension is enabled. 19where **only** the `rust-analyzer` extension being debugged is enabled.
20* To activate the extension you need to open any Rust project folder in `[Extension Development Host]`. 20* To activate the extension you need to open any Rust project folder in `[Extension Development Host]`.
21 21
22 22