Skip to content

Commit cae2b7e

Browse files
committed
Update CHANGELOG
1 parent b4d91e5 commit cae2b7e

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
@@ -8,6 +8,7 @@
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))
1010
- Show files generated by build plugins under Target in Project Panel ([#1592](https://github.com/swiftlang/vscode-swift/pull/1592))
11+
- Added new `swift.showTestCodeLenses` setting to show code lenses for running tests ([#1698](https://github.com/swiftlang/vscode-swift/pull/1698))
1112

1213
## 2.6.2 - 2025-07-02
1314

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

2022
## 2.6.1 - 2025-06-27
2123

0 commit comments

Comments
 (0)