diff --git a/_data/new-data/install/windows/releases.yml b/_data/new-data/install/windows/releases.yml index d6b395738..867c10c21 100644 --- a/_data/new-data/install/windows/releases.yml +++ b/_data/new-data/install/windows/releases.yml @@ -13,5 +13,13 @@ latest-release: links: - href: "/install/windows/winget/" copy: "Additional details included in Instructions" + vscode: + pre-code-text: Visual Studio Code is a cross-platform and extensible editor that supports Swift through the Swift extension, which provides intelligent editor functionality as well as debugging and test support. + headline: Visual Studio Code + links: + - href: 'https://marketplace.visualstudio.com/items?itemName=swiftlang.swift-vscode' + copy: 'Install Swift extension' + - href: 'https://code.visualstudio.com/docs/languages/swift' + copy: 'Documentation' - href: "https://www.swift.org/tools/#editors" - copy: "Editors" \ No newline at end of file + copy: "Other Editors" diff --git a/install/linux/index.md b/install/linux/index.md index 6745282c6..9afddbde0 100644 --- a/install/linux/index.md +++ b/install/linux/index.md @@ -21,6 +21,11 @@ title: Install Swift - Linux {% include new-includes/components/static-linux-sdk.html %} +
Swift snapshots are prebuilt binaries that are automatically created from the branch. These snapshots are not official releases. They have gone through automated unit testing, but they have not gone through the full testing that is performed for official releases.
diff --git a/install/windows/index.md b/install/windows/index.md index b7e405b5d..aaa390bb4 100644 --- a/install/windows/index.md +++ b/install/windows/index.md @@ -18,6 +18,11 @@ title: Install Swift - Windows {% include new-includes/components/code-box.html content = site.data.new-data.install.windows.releases.latest-release.winget %}