Skip to content

Commit

Permalink
Release activities for 2.0.1 (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
plemarquand authored Feb 10, 2025
1 parent 354d1f9 commit 77f8cf5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog

## 2.0.0 - 2025-01-28
## 2.0.1 - 2025-02-10

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

### Added

- Add a new setting (`swift.packageArguments`) to provide arguments to swift commands that can resolve packages ([#1342](https://github.com/swiftlang/vscode-swift/pull/1342))
- Add VS Code iconography to the Run and Debug code lenses ([#1347](https://github.com/swiftlang/vscode-swift/pull/1347))

## 2.0.0 - 2025-02-09

The Swift extension for VS Code has moved to the [official swiftlang organization in the VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=swiftlang.swift-vscode)!
The new extension id is `swiftlang.swift-vscode`.
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "swift-vscode",
"displayName": "Swift",
"description": "Swift Language Support for Visual Studio Code.",
"version": "2.0.0",
"version": "2.0.1",
"publisher": "swiftlang",
"icon": "icon.png",
"repository": {
Expand Down

0 comments on commit 77f8cf5

Please sign in to comment.