diff options
author | Veetaha <[email protected]> | 2020-02-16 19:03:24 +0000 |
---|---|---|
committer | Veetaha <[email protected]> | 2020-02-16 19:03:24 +0000 |
commit | 43a41819cbb1d400c8787936e3d35b8b65c55a29 (patch) | |
tree | 465264a842db14998781bf86bf33c6d0158aea38 /docs | |
parent | 32fc890de87e25c342b7c141ef98b07cb1471128 (diff) |
docs: remove obsolescence notice in debugging.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/debugging.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/dev/debugging.md b/docs/dev/debugging.md index 1ccf4dca2..f868e6998 100644 --- a/docs/dev/debugging.md +++ b/docs/dev/debugging.md | |||
@@ -1,7 +1,5 @@ | |||
1 | # Debugging vs Code plugin and the Language Server | 1 | # Debugging vs Code plugin and the Language Server |
2 | 2 | ||
3 | **NOTE:** the information here is mostly obsolete | ||
4 | |||
5 | Install [LLDB](https://lldb.llvm.org/) and the [LLDB Extension](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb). | 3 | Install [LLDB](https://lldb.llvm.org/) and the [LLDB Extension](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb). |
6 | 4 | ||
7 | Checkout rust rust-analyzer and open it in vscode. | 5 | Checkout rust rust-analyzer and open it in vscode. |