Skip to content

Commit 95a6e43

Browse files
Release activities for 2.0.0 (#1329)
* release activities for 2.0.0 * remove "ms-" from in front of the extension id (oops) * bump dev version number Co-authored-by: Tim Condon <[email protected]> * address review comments in change log --------- Co-authored-by: Tim Condon <[email protected]>
1 parent 53925bf commit 95a6e43

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

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

3+
## 2.0.0 - 2025-01-28
4+
5+
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.vscode-swift)!
6+
The new extension id is `swiftlang.vscode-swift`.
7+
8+
### Added
9+
10+
- Permissions for plugin tasks can now be configured with the `swift.pluginPermissions` setting ([#1297](https://github.com/swiftlang/vscode-swift/pull/1297))
11+
- Add support for the `--swift-sdk` SwiftPM option ([#1191](https://github.com/swiftlang/vscode-swift/pull/1191))
12+
- Improve documentation around disabling SourceKit-LSP as to what features it will impact ([#1308](https://github.com/swiftlang/vscode-swift/pull/1308))
13+
- The extension will now detect when xcode-select has been used to select a different Xcode toolchain on macOS ([#1244](https://github.com/swiftlang/vscode-swift/pull/1244))
14+
- Builds will now show a `Preparing` notification when launched before progress is available ([#1323](https://github.com/swiftlang/vscode-swift/pull/1323))
15+
16+
### Fixed
17+
18+
- Dependencies downloaded from a registry will now display properly in the dependencies view ([#1311](https://github.com/swiftlang/vscode-swift/pull/1311))
19+
320
## 1.11.4 - 2024-12-06
421

522
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-swift",
33
"displayName": "Swift",
44
"description": "Swift Language Support for Visual Studio Code.",
5-
"version": "1.11.4",
5+
"version": "2.0.0",
66
"publisher": "swiftlang",
77
"icon": "icon.png",
88
"repository": {
@@ -1386,7 +1386,7 @@
13861386
"coverage": "npm test -- --coverage",
13871387
"compile-tests": "del-cli ./assets/test/**/.build && npm run compile",
13881388
"package": "vsce package",
1389-
"dev-package": "vsce package --no-update-package-json 1.12.0-dev",
1389+
"dev-package": "vsce package --no-update-package-json 2.0.1-dev",
13901390
"preview-package": "vsce package --pre-release",
13911391
"tag": "./scripts/tag_release.sh $npm_package_version",
13921392
"contributors": "./scripts/generate_contributors_list.sh"

0 commit comments

Comments
 (0)