Skip to content

Commit 13e38a0

Browse files
authored
[Install] Include VSCode IDE info on the Windows and Linux install page (#1073)
1 parent 10539c4 commit 13e38a0

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

_data/new-data/install/windows/releases.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,13 @@ latest-release:
1313
links:
1414
- href: "/install/windows/winget/"
1515
copy: "Additional details included in Instructions"
16+
vscode:
17+
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.
18+
headline: Visual Studio Code
19+
links:
20+
- href: 'https://marketplace.visualstudio.com/items?itemName=swiftlang.swift-vscode'
21+
copy: 'Install Swift extension'
22+
- href: 'https://code.visualstudio.com/docs/languages/swift'
23+
copy: 'Documentation'
1624
- href: "https://www.swift.org/tools/#editors"
17-
copy: "Editors"
25+
copy: "Other Editors"

install/linux/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ title: Install Swift - Linux
2121
{% include new-includes/components/static-linux-sdk.html %}
2222
</div>
2323
</div>
24+
<div class="release-box section">
25+
<div class="content">
26+
{% include new-includes/components/code-box.html content = site.data.new-data.install.windows.releases.latest-release.vscode%}
27+
</div>
28+
</div>
2429
<h2>Development Snapshots</h2>
2530
<div>
2631
<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>

install/windows/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ title: Install Swift - Windows
1818
{% include new-includes/components/code-box.html content = site.data.new-data.install.windows.releases.latest-release.winget %}
1919
</div>
2020
</div>
21+
<div class="release-box section">
22+
<div class="content">
23+
{% include new-includes/components/code-box.html content = site.data.new-data.install.windows.releases.latest-release.vscode%}
24+
</div>
25+
</div>
2126
<h2>Alternative install options</h2>
2227
<div class="releases-grid">
2328
<div class="release-box section">

0 commit comments

Comments
 (0)