Skip to content
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
10 changes: 9 additions & 1 deletion _data/new-data/install/windows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
copy: "Other Editors"
5 changes: 5 additions & 0 deletions install/linux/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ title: Install Swift - Linux
{% include new-includes/components/static-linux-sdk.html %}
</div>
</div>
<div class="release-box section">
<div class="content">
{% include new-includes/components/code-box.html content = site.data.new-data.install.windows.releases.latest-release.vscode%}
</div>
</div>
<h2>Development Snapshots</h2>
<div>
<p class="content-copy">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.</p>
Expand Down
5 changes: 5 additions & 0 deletions install/windows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
</div>
</div>
<div class="release-box section">
<div class="content">
{% include new-includes/components/code-box.html content = site.data.new-data.install.windows.releases.latest-release.vscode%}
</div>
</div>
<h2>Alternative install options</h2>
<div class="releases-grid">
<div class="release-box section">
Expand Down