Skip to content

Commit 0d3185f

Browse files
authored
Release activities for 1.11.3 (#1102)
1 parent e6388dc commit 0d3185f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.11.3 - 2024-09-23
4+
5+
### Fixed
6+
7+
- XCTest output is not recorded when using CodeLLDB ([#1100](https://github.com/swiftlang/vscode-swift/pull/1100))
8+
- Only add line terminator to selector when not debugging tests ([#1097](https://github.com/swiftlang/vscode-swift/pull/1097))
9+
- Warn instead of error on missing test framework version on Windows ([#1098](https://github.com/swiftlang/vscode-swift/pull/1098))
10+
311
## 1.11.2 - 2024-09-23
412

513
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "swift-lang",
33
"displayName": "Swift",
44
"description": "Swift Language Support for Visual Studio Code.",
5-
"version": "1.11.2",
5+
"version": "1.11.3",
66
"publisher": "sswg",
77
"icon": "icon.png",
88
"repository": {

0 commit comments

Comments
 (0)