Skip to content

Commit 66ca41d

Browse files
authored
Release vscode-swift 1.11.1 (#1075)
1 parent be8372e commit 66ca41d

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.1 - 2024-09-17
4+
5+
### Fixed
6+
7+
- Fix extension activation when running with latest VS Code insiders build ([#1073](https://github.com/swiftlang/vscode-swift/pull/1073))
8+
- Make LLDB launch configurations platform agnostic ([#1024](https://github.com/swiftlang/vscode-swift/pull/1024))
9+
- Prevent race condition when printing test output from swift-testing ([#1058](https://github.com/swiftlang/vscode-swift/pull/1058))
10+
311
## 1.11.0 - 2024-08-28
412

513
### Added

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.0",
5+
"version": "1.11.1",
66
"publisher": "sswg",
77
"icon": "icon.png",
88
"repository": {

0 commit comments

Comments
 (0)