Skip to content

Commit 72a79fb

Browse files
committed
Update CHANGELOG
1 parent ed553eb commit 72a79fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Add clickable toolchain selection to Swift version status bar item ([#1674](https://github.com/swiftlang/vscode-swift/pull/1674))
88
- Add macOS support for Swiftly toolchain management ([#1673](https://github.com/swiftlang/vscode-swift/pull/1673))
99
- Show revision hash or local/editing keyword in project panel dependency descriptions ([#1667](https://github.com/swiftlang/vscode-swift/pull/1667))
10+
- Added new `swift.showTestCodeLenses` setting to show code lenses for running tests ([#1698](https://github.com/swiftlang/vscode-swift/pull/1698))
1011

1112
## 2.6.2 - 2025-07-02
1213

@@ -15,6 +16,7 @@
1516
- Fix test explorer tests not updating on document modification ([#1663](https://github.com/swiftlang/vscode-swift/pull/1663))
1617
- Fix improper parenting of tests w/ identical names in explorer ([#1664](https://github.com/swiftlang/vscode-swift/pull/1664))
1718
- Ensure document symbols are provided for folders in multi-root workspaces ([#1668](https://github.com/swiftlang/vscode-swift/pull/1668))
19+
- Fix comment regex not handling params/types/fn names containing `func` ([#1697](https://github.com/swiftlang/vscode-swift/pull/1697))
1820

1921
## 2.6.1 - 2025-06-27
2022

0 commit comments

Comments
 (0)