You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Optimize clearing enqueued tests
Refactor the enqueued tests list to be a Set so we can clear enqueued
tests without the need to potentially traverse the full remaining list
of enqueued tests.
Also avoid recreating the test item finder on every
`get testItemFinder`, and store test items in the darwin test item
finder in a Set as well for faster lookup.
* Update changelog
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
14
14
-`Run multiple times...` and `Run until failure...` will now work when multiple tests are selected ([#1724](https://github.com/swiftlang/vscode-swift/pull/1724))
15
15
- Provide the Swift environment variables when resolving a `swift-plugin` task ([#1727](https://github.com/swiftlang/vscode-swift/pull/1727))
16
+
- Optimized test explorer for test runs with many test cases ([#1734](https://github.com/swiftlang/vscode-swift/pull/1734))
0 commit comments