Skip to content

Commit feea97e

Browse files
authored
Release activities for 1.11.4 (#1249)
1 parent c047d4e commit feea97e

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## 1.11.4 - 2024-12-06
4+
5+
### Added
6+
7+
- Activate extension when `compile_flags.txt` or `buildServer.json` is present ([#1240](https://github.com/swiftlang/vscode-swift/pull/1240))
8+
- Add `"auto"` mode to sourcekit-lsp `backgroundIndexing` setting ([#1232](https://github.com/swiftlang/vscode-swift/pull/1232))
9+
10+
### Fixed
11+
12+
- Fix location for diagnostics generated from macros via `swiftc` ([#1234](https://github.com/swiftlang/vscode-swift/pull/1234))
13+
- Fixed inability to `Debug Test` on test targets in Test Explorer ([#1209](https://github.com/swiftlang/vscode-swift/pull/1209))
14+
- Fixed bug that could cause all tests to run when only some tests were requested ([#1186](https://github.com/swiftlang/vscode-swift/pull/1186))
15+
- Fix test runs not being able to be cancelled in some situations ([#1153](https://github.com/swiftlang/vscode-swift/pull/1153))
16+
317
## 1.11.3 - 2024-09-23
418

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

0 commit comments

Comments
 (0)