Skip to content

Commit 83791c9

Browse files
authored
Add a link to the getting started guide in README (#1722)
1 parent 75d13d0 commit 83791c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This extension adds language support for Swift to Visual Studio Code, providing
1515
1616
# Documentation
1717

18-
The official documentation for this extension is [available on swift.org](https://docs.swift.org/vscode/documentation/userdocs).
18+
The [getting started guide](https://www.swift.org/documentation/articles/getting-started-with-vscode-swift.html) and [official documentation](https://docs.swift.org/vscode/documentation/userdocs) for this extension are available on [swift.org](https://www.swift.org).
1919

2020
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.
2121

0 commit comments

Comments
 (0)