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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# 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))
- Fix handling of malformed educational notes links ([#1607](https://github.com/swiftlang/vscode-swift/pull/1607))

## 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