Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.11.2 - 2024-09-23

### Fixed

- Fixed several debugging issues on Windows ([#1083](https://github.com/swiftlang/vscode-swift/pull/1083))
- Correct filtering of test names that share a common prefix ([#1086](https://github.com/swiftlang/vscode-swift/pull/1086))
- Prevent truncation of diagnostic messages on Windows ([#1082](https://github.com/swiftlang/vscode-swift/pull/1082))
- Provide diagnostics for C/C++ source ([#1062](https://github.com/swiftlang/vscode-swift/pull/1062))

## 1.11.1 - 2024-09-17

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "swift-lang",
"displayName": "Swift",
"description": "Swift Language Support for Visual Studio Code.",
"version": "1.11.1",
"version": "1.11.2",
"publisher": "sswg",
"icon": "icon.png",
"repository": {
Expand Down Expand Up @@ -1282,7 +1282,7 @@
"coverage": "npm test -- --coverage",
"compile-tests": "del-cli ./assets/test/**/.build && npm run compile && npm run esbuild",
"package": "vsce package",
"dev-package": "vsce package --no-update-package-json 1.11.1-dev",
"dev-package": "vsce package --no-update-package-json 1.12.0-dev",
"preview-package": "vsce package --pre-release",
"tag": "./scripts/tag_release.sh $npm_package_version",
"contributors": "./scripts/generate_contributors_list.sh"
Expand Down