Skip to content

Commit 897b443

Browse files
committed
Release activities for 2.0.2
1 parent 7c1fa05 commit 897b443

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.0.2 - 2025-02-20
4+
5+
### Fixed
6+
7+
- Fix debugging of Swift tests when using Xcode 16.1 Beta ([#1396](https://github.com/swiftlang/vscode-swift/pull/1396))
8+
39
## 2.0.1 - 2025-02-10
410

511
Rename the `displayName` of the extension back to `Swift` now that the old `sswg` extension has been renamed to `Swift (Deprecated)`.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "swift-vscode",
33
"displayName": "Swift",
44
"description": "Swift Language Support for Visual Studio Code.",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"publisher": "swiftlang",
77
"icon": "icon.png",
88
"repository": {
@@ -1394,7 +1394,7 @@
13941394
"coverage": "npm test -- --coverage",
13951395
"compile-tests": "del-cli ./assets/test/**/.build && npm run compile",
13961396
"package": "vsce package",
1397-
"dev-package": "vsce package --no-update-package-json 2.0.1-dev",
1397+
"dev-package": "vsce package --no-update-package-json 2.0.2-dev",
13981398
"preview-package": "vsce package --pre-release",
13991399
"tag": "./scripts/tag_release.sh $npm_package_version",
14001400
"contributors": "./scripts/generate_contributors_list.sh"

0 commit comments

Comments
 (0)