Skip to content

Commit 653a660

Browse files
committed
Wrap text for ease of review, and add links
1 parent e564af6 commit 653a660

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed
Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,37 @@
11
---
22
layout: post
33
published: true
4-
date: 2025-02-10 14:00:00
4+
date: 2025-02-10 16:00:00
55
title: Updating the Visual Studio Code extension for Swift
66
author: [adam-ward]
77
---
88

9-
Today, we are excited to announce a new version of the Swift extension for Visual Studio Code -- now published to the extension marketplace as an official supported release of the Swift team. The aim of this extension is to provide a first-class, feature-complete extension that makes developing Swift applications on all platforms a seamless experience.
9+
Today, we are excited to announce a new version of the Swift extension for
10+
Visual Studio Code -- now [published to the extension
11+
marketplace](https://marketplace.visualstudio.com/items?itemName=swiftlang.swift-vscode)
12+
as an official supported release of the Swift team. The aim of this extension is
13+
to provide a first-class, feature-complete extension that makes developing Swift
14+
applications on all platforms a seamless experience.
1015

1116
![VS Code running with the Swift extension](/assets/images/vscode-extension-blog/vscode-swift-2.png)
1217

13-
As we continue to invest in Swift as a first-class language for cross-platform development, both Apple and the broader developer community are rapidly iterating on the VSCode extension to expand its capabilities for server and cloud, embedded, and Linux and Windows app development. The original extension was developed by members of the Swift Server Working Group, and with its broader scope, they have graciously supported this transition to the GitHub /swiftlang organization and the creation of a new publisher for the extension.
18+
As we continue to invest in Swift as a first-class language for cross-platform
19+
development, both Apple and the broader developer community are rapidly
20+
iterating on the VS Code extension to expand its capabilities for server and
21+
cloud, embedded, and Linux and Windows app development. The original extension
22+
was developed by members of the Swift Server Working Group, and with its broader
23+
scope, they have graciously supported this transition to the [GitHub /swiftlang
24+
organization](https://github.com/swiftlang) and the creation of a new publisher
25+
for the extension.
1426

15-
For existing Swift developers using VSCode, the transition should be seamless: the old release should automatically install the new extension and disable itself, and moving forward all language features will be provided by the new extension. You’re welcome to uninstall the original extension, which will be renamed to reflect its deprecated status.
27+
For existing Swift developers using VS Code, the transition should be seamless:
28+
the old release should automatically install the new extension and disable
29+
itself, and moving forward all language features will be provided by the new
30+
extension. You’re welcome to uninstall the original extension, which has been
31+
renamed to reflect its deprecated status.
1632

17-
Further details about the migration can be found on the Swift Forums. If you have any issues migrating, pleasefile an issue or comment on the forum post.
33+
Further details about the migration can be found on the [Swift
34+
Forums](https://forums.swift.org/t/vs-code-swift-extension-migration/77795). If
35+
you have any issues migrating, please [file an
36+
issue](https://github.com/swiftlang/vscode-swift/issues) or comment on the forum
37+
post.

0 commit comments

Comments
 (0)