Releases: fireplusteam/ios-swift-for-vs-code
Releases · fireplusteam/ios-swift-for-vs-code
0.5.0beta
v0.4.0-beta
Added
- New breaking change. Removed .env file and moved everything to projectConfiguration.json file.
- Get rid of old shell commands and replace with ts implementation
- Own definition provider if sourcekit-lsp fails to provide location (Usually it stops working if there're errors in the file). As a workaround, symbol search works fine as a fallback (similar to Xcode).
Fixed
- Improved activation of extension logic
- buildServer.json file for projects without workspace in was not properly generated
- Fixed issue with relative path passing to sourcekit-lsp due to not correct workspace folder set
- Open generated swiftinterface by sourcekit-slp
- Fixed XCBBuildService in some cases when continueWithErrors environmental variable was set
v0.3.0-beta
Added
- Support Swift Testing framework starting xCode 16.
- Own lsp client support
Fixed
- Test debug session were treated as user cancelled on error
v0.2.0-beta
- Improved stability
- Refactored Command
- Support lldb-dap for Xcode 16 is default now
- focusing of simulator on debug is like in real ide
v0.1.0-beta
Initial release of extension to support Xcode project build/debug/test in VS Code
Fully supported XCode 15.x
XCode 16.x partially supported: New Swift Testing framework is not supported at the moment