Skip to content

Commit 24c9799

Browse files
authored
Start initial changelog for 2.6 (#1638)
Bump package versions too
1 parent a671524 commit 24c9799

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## 2.6.0 - TBD
4+
5+
### Added
6+
7+
- Support for [multi-root .code-workspace](https://code.visualstudio.com/docs/editing/workspaces/multi-root-workspaces) workspaces ([#1566](https://github.com/swiftlang/vscode-swift/pull/1566))
8+
- Notify user if the `xcode-select`ed Xcode doesn't match setting ([#1563](https://github.com/swiftlang/vscode-swift/pull/1563))
9+
10+
### Fixed
11+
12+
- Do not show non-"swift" tasks in the project panel ([#1620](https://github.com/swiftlang/vscode-swift/pull/1620))
13+
- Make sure activation does not fail when `swift.path` is `null` ([#1616](https://github.com/swiftlang/vscode-swift/pull/1616))
14+
- Fix `Swift: Reset Package Dependencies` command on Windows ([#1614](https://github.com/swiftlang/vscode-swift/pull/1614))
15+
316
## 2.4.0 - 2025-06-11
417

518
### 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.4.0",
5+
"version": "2.6.0",
66
"publisher": "swiftlang",
77
"icon": "icon.png",
88
"repository": {

0 commit comments

Comments
 (0)