Skip to content

Commit 77f8cf5

Browse files
authored
Release activities for 2.0.1 (#1369)
1 parent 354d1f9 commit 77f8cf5

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

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

3-
## 2.0.0 - 2025-01-28
3+
## 2.0.1 - 2025-02-10
4+
5+
Rename the `displayName` of the extension back to `Swift` now that the old `sswg` extension has been renamed to `Swift (Deprecated)`.
6+
7+
### Added
8+
9+
- 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))
10+
- Add VS Code iconography to the Run and Debug code lenses ([#1347](https://github.com/swiftlang/vscode-swift/pull/1347))
11+
12+
## 2.0.0 - 2025-02-09
413

514
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)!
615
The new extension id is `swiftlang.swift-vscode`.

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

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

0 commit comments

Comments
 (0)