From c6529c6393b9ee9445ba4e1bd696f5cf93c71299 Mon Sep 17 00:00:00 2001 From: Matthew Bastien Date: Fri, 11 Oct 2024 16:06:03 -0400 Subject: [PATCH 1/2] update links to VS Code Swift --- .../articles/getting-started-with-vscode-swift.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/documentation/articles/getting-started-with-vscode-swift.md b/documentation/articles/getting-started-with-vscode-swift.md index f547c649e..b9991b352 100644 --- a/documentation/articles/getting-started-with-vscode-swift.md +++ b/documentation/articles/getting-started-with-vscode-swift.md @@ -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) @@ -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 [GitHub repository for VS Code Swift](https://github.com/swiftlang/vscode-swift) From 2b43ec1f2feadc7f2d068d126f164b110c6e32d6 Mon Sep 17 00:00:00 2001 From: Matthew Bastien Date: Fri, 11 Oct 2024 16:55:29 -0400 Subject: [PATCH 2/2] change wording to "Swift for VS Code" Co-authored-by: Tim Sneath --- documentation/articles/getting-started-with-vscode-swift.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/articles/getting-started-with-vscode-swift.md b/documentation/articles/getting-started-with-vscode-swift.md index b9991b352..60cde7636 100644 --- a/documentation/articles/getting-started-with-vscode-swift.md +++ b/documentation/articles/getting-started-with-vscode-swift.md @@ -250,4 +250,4 @@ The Swift for Visual Studio Code extension is a community driven project origina 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 [GitHub repository for VS Code Swift](https://github.com/swiftlang/vscode-swift) +details please visit the [Swift for VS Code extension repository](https://github.com/swiftlang/vscode-swift)