Skip to content

Update links to VS Code Swift in the getting started guide #829

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
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 @@ -30,7 +30,7 @@ The Swift extension is designed to support the following projects:
[Getting Started Guide on Swift.org](/getting-started/).
2. Download and install [Visual Studio Code](https://code.visualstudio.com/Download).
3. Install the Swift extension from the
[VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang)
[VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=swiftlang.vscode-swift)
or directly from within the VS Code extensions pane.

![Installing the vscode-swift extension from the extensions pane](/assets/images/getting-started-with-vscode-swift/installation.png)
Expand Down Expand Up @@ -246,5 +246,8 @@ function correctly:

## Contributors

The extension is developed by members of the Swift Community and maintained by
the [Swift Server Working Group](/sswg/).
The Swift for Visual Studio Code extension is a community driven project originally
created by the [Swift Server Working Group](https://www.swift.org/sswg/) and now
maintained as part of the [swiftlang organization](https://github.com/swiftlang/).
Contributions are appreciated, including code, tests and documentation. For more
details please visit the [Swift for VS Code extension repository](https://github.com/swiftlang/vscode-swift)