Skip to content

Add links to Swift Extension documentation #1117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _data/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
url: /documentation/articles/wasm-getting-started.html
description: |
Learn how to get started building Swift packages for WebAssembly (Wasm).
- title: Getting Started with Swift on VS Code
url: /documentation/articles/getting-started-with-vscode-swift.html
description: |
Learn how to get started with the Swift extension for VS Code.
#----------------------------------------------------
- header: Contributing
pages:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions documentation/articles/getting-started-with-vscode-swift.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,10 @@ function correctly:

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

## Contributors
## Learn More and Contribute

The extension is developed by members of the Swift Community and maintained by
the [Swift Server Working Group](/sswg/).
The official documentation for this extension is [available on swift.org](https://docs.swift.org/vscode/documentation/userdocs).

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).

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).