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 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments