Skip to content

Commit 0684f30

Browse files
authored
Add links to Swift Extension documentation (swiftlang#1117)
* Add links to Swift Extension documentation - Add a link to the getting started page in the documentation section - Update the getting started documentation with links to the official documentation, forums and extension github pages - Update screenshot of the Swift extension in VS Code Marketplace * Incorporate proposed changes from @heckj
1 parent 64276b1 commit 0684f30

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

_data/documentation.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
url: /documentation/articles/wasm-getting-started.html
6868
description: |
6969
Learn how to get started building Swift packages for WebAssembly (Wasm).
70+
- title: Getting Started with Swift on VS Code
71+
url: /documentation/articles/getting-started-with-vscode-swift.html
72+
description: |
73+
Learn how to get started with the Swift extension for VS Code.
7074
#----------------------------------------------------
7175
- header: Contributing
7276
pages:
761 KB
Loading

documentation/articles/getting-started-with-vscode-swift.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,10 @@ function correctly:
234234

235235
![Reload VS Code warning](/assets/images/getting-started-with-vscode-swift/toolchain-selection/reload.png)
236236

237-
## Contributors
237+
## Learn More and Contribute
238238

239-
The extension is developed by members of the Swift Community and maintained by
240-
the [Swift Server Working Group](/sswg/).
239+
The official documentation for this extension is [available on swift.org](https://docs.swift.org/vscode/documentation/userdocs).
240+
241+
To propose new features, you can post on the Swift forums 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, please [file an issue in the extension's GitHub repository](https://github.com/swiftlang/vscode-swift/issues/new).
242+
243+
The project welcomes contributions, including code, tests, and documentation. For more details on how to contribute, please read the [contribution guide](https://github.com/swiftlang/vscode-swift/blob/HEAD/CONTRIBUTING.md).

0 commit comments

Comments
 (0)