You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This extension adds language support for Swift to Visual Studio Code, providing
12
12
13
13
# Documentation
14
14
15
-
The official documentation for this extension is available at [vscode-swift](https://www.swift.org/vscode/documentation/vscode)
15
+
The official documentation for this extension is available at [vscode-swift](https://docs.swift.org/vscode/documentation/userdocs)
16
16
17
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.
0 commit comments