File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
25
## 2.2.0 - 2025-04-07
4
26
5
27
### Added
Original file line number Diff line number Diff line change 2
2
"name" : " swift-vscode" ,
3
3
"displayName" : " Swift" ,
4
4
"description" : " Swift Language Support for Visual Studio Code." ,
5
- "version" : " 2.2 .0" ,
5
+ "version" : " 2.4 .0" ,
6
6
"publisher" : " swiftlang" ,
7
7
"icon" : " icon.png" ,
8
8
"repository" : {
You can’t perform that action at this time.
0 commit comments