From 2d7fe230f57bdbd8e0bb7ac89632a43a65210c1f Mon Sep 17 00:00:00 2001 From: Veetaha Date: Sun, 16 Feb 2020 23:52:41 +0200 Subject: docs: Fix grammar mistakes --- docs/dev/debugging.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/dev') 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 @@ -# Debugging vs Code plugin and the Language Server +# Debugging VSCode plugin and the language server ## Prerequisites -- Install [LLDB](https://lldb.llvm.org/) and the [LLDB Extension](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) VSCode extensions. +- Install [LLDB](https://lldb.llvm.org/) and the [LLDB Extension](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb). - Open the root folder in VSCode. Here you can access the preconfigured debug setups. Debug options view @@ -15,8 +15,8 @@ ## Common knowledge -* All debug configurations open new `[Extension Development Host]` VSCode instance -where **only** your `rust-analyzer` extension is enabled. +* All debug configurations open a new `[Extension Development Host]` VSCode instance +where **only** the `rust-analyzer` extension being debugged is enabled. * To activate the extension you need to open any Rust project folder in `[Extension Development Host]`. -- cgit v1.2.3