diff options
| author | Veetaha <gersoh3@gmail.com> | 2020-02-16 23:47:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-16 23:47:12 +0200 |
| commit | 884e382fb842ef8120e2ad4121f0db91f314fca5 (patch) | |
| tree | 47adaff234c481f4aded48d579365d2da1b6d10b /docs/dev | |
| parent | 5bf7e9a4555bdb6b846cc7c103118d27381c52e4 (diff) | |
| download | rust-884e382fb842ef8120e2ad4121f0db91f314fca5.tar.gz rust-884e382fb842ef8120e2ad4121f0db91f314fca5.zip | |
Fix typo
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
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 ae1f39f8e7d..2e133184d10 100644 --- a/docs/dev/debugging.md +++ b/docs/dev/debugging.md @@ -1,6 +1,6 @@ # Debugging vs Code plugin and the Language Server -## Prerequsities +## Prerequisites - Install [LLDB](https://lldb.llvm.org/) and the [LLDB Extension](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb) VSCode extensions. - Open the root folder in VSCode. Here you can access the preconfigured debug setups. |
