Skip to content

Release activities for 2.4 #1608

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
merged 2 commits into from
Jun 10, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 2.4.0 - 2025-06-11

### Added

- Add command to generate launch configurations ([#1577](https://github.com/swiftlang/vscode-swift/pull/1577))

### Fixed

- Break immediately when cancelling a multiple test run ([#1589](https://github.com/swiftlang/vscode-swift/pull/1589))
- Fix timing issues introduced by new version of Node.js ([#1576](https://github.com/swiftlang/vscode-swift/pull/1576))
- Fix issues with splitting output lines on Windows ([#1570](https://github.com/swiftlang/vscode-swift/pull/1570))
- Better handle status updates for build tasks ([#1539](https://github.com/swiftlang/vscode-swift/pull/1539))
- Allow platform selection in remote SSH sessions ([#1567](https://github.com/swiftlang/vscode-swift/pull/1567))
- Don't colorize swift testing issue messages ([#1543](https://github.com/swiftlang/vscode-swift/pull/1543))
- Poll for updated tasks in project panel ([#1516](https://github.com/swiftlang/vscode-swift/pull/1516))
- Support finding compile_commands.json in non root project directories ([#1484](https://github.com/swiftlang/vscode-swift/pull/1484))
- Support different toolchains per folder ([#1478](https://github.com/swiftlang/vscode-swift/pull/1478))
- Disable clicking on links in Live Preview ([#1518](https://github.com/swiftlang/vscode-swift/pull/1518))
- Avoid blocking folder addition on package loading ([#1422](https://github.com/swiftlang/vscode-swift/pull/1422))
- Increase the size of child_process buffers ([#1506](https://github.com/swiftlang/vscode-swift/pull/1506))

## 2.2.0 - 2025-04-07

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "swift-vscode",
"displayName": "Swift",
"description": "Swift Language Support for Visual Studio Code.",
"version": "2.2.0",
"version": "2.4.0",
"publisher": "swiftlang",
"icon": "icon.png",
"repository": {
Expand Down