-
Notifications
You must be signed in to change notification settings - Fork 93
Add Swiftly installation support #1881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
matthewbastien
merged 11 commits into
swiftlang:main
from
roulpriya:swiftly-install-via-vscode
Jan 23, 2026
Merged
Add Swiftly installation support #1881
matthewbastien
merged 11 commits into
swiftlang:main
from
roulpriya:swiftly-install-via-vscode
Jan 23, 2026
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7905f88 to
bbbe271
Compare
bbbe271 to
d6cb6ce
Compare
d6cb6ce to
582b344
Compare
matthewbastien
previously requested changes
Dec 19, 2025
Member
matthewbastien
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good so far, thank you! I have several comments from my first look at this.
You'll also have to rebase on top of main before adding to the changelog.
bd9fd51 to
1c8cb8c
Compare
8ae2113 to
f485f66
Compare
418d8ce to
e13fe0b
Compare
e13fe0b to
b84edf6
Compare
effd490 to
2ec50b2
Compare
Dismissing my own review as I submitted changes to this PR myself. Need someone else to review.
plemarquand
approved these changes
Jan 23, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds the ability for the Swift extension to install the swiftly toolchain manager if it is not already present on the user's machine. If a
.swift-versionfile is present, but swiftly is not detected, a warning message will be shown to the user telling them that they can use swiftly to manage their toolchains.The Swift extension will download swiftly, install it, and initialize it with the default environment. It will then install all of the toolchains that it found in the
.swift-versionfile(s). Unfortunately, we also need to ask the user to restart VS Code in order to pick up environment changes.Issue: #2025
Tasks
[ ] Documentation has been updated