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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Changelog
2
2
3
+
## 1.11.0 - 2024-08-28
4
+
5
+
### Added
6
+
7
+
- Added New Swift File command ([#1018](https://github.com/swiftlang/vscode-swift/pull/1018))
8
+
- Added the `swift.sourcekit-lsp.backgroundIndexing` setting to enable experimental background indexing in SourceKit-LSP with Swift 6 ([#992](https://github.com/swiftlang/vscode-swift/issues/992))
9
+
- Added the `swift.additionalTestArguments` setting to add arguments to `swift test` and `swift build --build-tests` commands used when building and running tests within VS Code ([#1020](https://github.com/swiftlang/vscode-swift/pull/1020))
10
+
- Run tests multiple times by right clicking them in the Test Explorer > Run Multiple Times ([#1009](https://github.com/swiftlang/vscode-swift/pull/1009))
11
+
- Run tests until a failure (or a maximum number) by right clicking them in the Test Explorer > Run Until Failure ([#1009](https://github.com/swiftlang/vscode-swift/pull/1009))
12
+
13
+
### Changed
14
+
15
+
- Comments preceding a failing [swift-testing](https://github.com/swiftlang/swift-testing) expectations are included in the test output to match command line behavior ([#1025](https://github.com/swiftlang/vscode-swift/pull/1025))
16
+
17
+
### Fixed
18
+
19
+
- Properly forward exit code if a task is terminated by the user with CTRL/CMD+C ([#1006](https://github.com/swiftlang/vscode-swift/pull/1006))
20
+
- Update path of `lldb-dap` on Darwin ([#1008](https://github.com/swiftlang/vscode-swift/pull/1008))
21
+
- Mark XCTest suites as passed/failed immediately on suite completion ([#1031](https://github.com/swiftlang/vscode-swift/pull/1031))
22
+
- swift-testing tags on suites should be inherited by child suites and tests ([#1015](https://github.com/swiftlang/vscode-swift/pull/1015))
23
+
- More reliably detect if the test binary is a unified [swift-testing](https://github.com/swiftlang/swift-testing) + XCTest binary ([#1004](https://github.com/swiftlang/vscode-swift/pull/1004))
0 commit comments