Skip to content

Commit 9a65f7a

Browse files
Release activities for 2.4 (#1608)
* Release activities for 2.4 - Bump version - Add changelog entry * Update CHANGELOG.md Co-authored-by: Paul LeMarquand <plemarquand@gmail.com> --------- Co-authored-by: Paul LeMarquand <plemarquand@gmail.com>
1 parent a35c711 commit 9a65f7a

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## 2.4.0 - 2025-06-11
4+
5+
### Added
6+
7+
- Add command to generate launch configurations ([#1577](https://github.com/swiftlang/vscode-swift/pull/1577))
8+
9+
### Fixed
10+
11+
- Break immediately when cancelling a multiple test run ([#1589](https://github.com/swiftlang/vscode-swift/pull/1589))
12+
- Fix timing issues introduced by new version of Node.js ([#1576](https://github.com/swiftlang/vscode-swift/pull/1576))
13+
- Fix issues with splitting output lines on Windows ([#1570](https://github.com/swiftlang/vscode-swift/pull/1570))
14+
- Better handle status updates for build tasks ([#1539](https://github.com/swiftlang/vscode-swift/pull/1539))
15+
- Allow platform selection in remote SSH sessions ([#1567](https://github.com/swiftlang/vscode-swift/pull/1567))
16+
- Don't colorize swift testing issue messages ([#1543](https://github.com/swiftlang/vscode-swift/pull/1543))
17+
- Poll for updated tasks in project panel ([#1516](https://github.com/swiftlang/vscode-swift/pull/1516))
18+
- Support finding compile_commands.json in non root project directories ([#1484](https://github.com/swiftlang/vscode-swift/pull/1484))
19+
- Support different toolchains per folder ([#1478](https://github.com/swiftlang/vscode-swift/pull/1478))
20+
- Disable clicking on links in Live Preview ([#1518](https://github.com/swiftlang/vscode-swift/pull/1518))
21+
- Avoid blocking folder addition on package loading ([#1422](https://github.com/swiftlang/vscode-swift/pull/1422))
22+
- Increase the size of child_process buffers ([#1506](https://github.com/swiftlang/vscode-swift/pull/1506))
23+
- Fix handling of malformed educational notes links ([#1607](https://github.com/swiftlang/vscode-swift/pull/1607))
24+
325
## 2.2.0 - 2025-04-07
426

527
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "swift-vscode",
33
"displayName": "Swift",
44
"description": "Swift Language Support for Visual Studio Code.",
5-
"version": "2.2.0",
5+
"version": "2.4.0",
66
"publisher": "swiftlang",
77
"icon": "icon.png",
88
"repository": {

0 commit comments

Comments
 (0)