-
Notifications
You must be signed in to change notification settings - Fork 80
Add toolchain version picker #1674
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
Conversation
@roulpriya it looks like CI failed on the formatting check. You'll want to install the
|
a96bf2a
to
4272529
Compare
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.
Whoops, I missed that the number was set to TBD.
Oh, no worries, I will raise another PR. |
cc1e4a8
to
a856cd2
Compare
CHANGELOG.md
Outdated
@@ -15,6 +16,7 @@ | |||
- Ensure document symbols are provided for folders in multi-root workspaces ([#1668](https://github.com/swiftlang/vscode-swift/pull/1668)) | |||
|
|||
## 2.6.1 - 2025-06-27 | |||
- Add clickable toolchain selection to Swift version status bar item ([#TBD](https://github.com/swiftlang/vscode-swift/pull/1674)) |
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.
wrong place?
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.
Oh, sorry, fixed it.
a856cd2
to
26a6edd
Compare
CHANGELOG.md
Outdated
@@ -4,6 +4,8 @@ | |||
|
|||
### Added | |||
|
|||
- Add clickable toolchain selection to Swift version status bar item ([#1674](https://github.com/swiftlang/vscode-swift/pull/1674)) | |||
|
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.
extra line but otherwise looks good thanks
26a6edd
to
c76eccd
Compare
Verified with 323d996 |
Description
Add a toolchain version picker in the status bar
Issue: Fixes Issue #1671
Tasks