Skip to content

Commit adf0fb4

Browse files
authored
Fixup reference to CodeLLDB in README.md (#1514)
Now that we default to LLDB DAP on >=Swift 6 toolchains, update the README to mention LLDB DAP in the supported features list instead of CodeLLDB.
1 parent 27dcd82 commit adf0fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This extension adds language support for Swift to Visual Studio Code, providing
55
* Code completion
66
* Jump to definition, peek definition, find all references, symbol search
77
* Error annotations and apply suggestions from errors
8-
* Automatic generation of launch configurations for debugging with [CodeLLDB](https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb)
8+
* Automatic generation of launch configurations for debugging with [LLDB DAP](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.lldb-dap)
99
* Automatic task creation
1010
* Package dependency view
1111
* Test Explorer view
@@ -14,7 +14,7 @@ This extension adds language support for Swift to Visual Studio Code, providing
1414

1515
The official documentation for this extension is available at [vscode-swift](https://docs.swift.org/vscode/documentation/userdocs)
1616

17-
This extension uses [SourceKit LSP](https://github.com/apple/sourcekit-lsp) for the [language server](https://microsoft.github.io/language-server-protocol/overviews/lsp/overview/), which powers code completion. It also has a dependency on [LLDB DAP](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.lldb-dap) for debugging.
17+
This extension uses [SourceKit LSP](https://github.com/apple/sourcekit-lsp) for the [language server](https://microsoft.github.io/language-server-protocol/overviews/lsp/overview/), which powers code completion. It also has a dependency on the [LLDB DAP](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.lldb-dap) extension to enable debugging.
1818

1919
To propose new features, you can post on the [swift.org forums](https://forums.swift.org) in the [VS Code Swift Extension category](https://forums.swift.org/c/related-projects/vscode-swift-extension/). If you run into something that doesn't work the way you'd expect, you can [file an issue in the GitHub repository](https://github.com/swiftlang/vscode-swift/issues/new).
2020

0 commit comments

Comments
 (0)