You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
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))
0 commit comments