Skip to content

Commit 0f87700

Browse files
committed
Update changelog
1 parent 2825c20 commit 0f87700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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))
11+
- Added code lenses to run suites/tests, configurable with the `swift.showTestCodeLenses` setting ([#1698](https://github.com/swiftlang/vscode-swift/pull/1698))
1212

1313
## 2.6.2 - 2025-07-02
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1831,4 +1831,4 @@
18311831
"vscode-languageclient": "^9.0.1",
18321832
"xml2js": "^0.6.2"
18331833
}
1834-
}
1834+
}

0 commit comments

Comments
 (0)