Skip to content

Latest commit

 

History

History
82 lines (47 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

82 lines (47 loc) · 2.11 KB

Change Log

0.5.9 - 2024-11-20

Fixed

  • Build was looped at error

0.5.8 - 2024-11-20

Fixed

  • Updated icon

0.5.7 - 2024-11-11

Fixed

  • Autocompletion build was triggered on build instead of build-for-testing in case if test plan was autogenerated by Xcode

0.5.6 - 2024-11-11

Added

  • Release an extension as a single bundle which increases the speed of js code execution

0.5.4 - 2024-11-8

Added

  • Status Bar to better info a user about selected scheme, configuration, device, test plan
  • Added currently selected configuration panel to vscode side bar

0.5.3 - 2024-11-7

Fixed

  • Kill sourcekit-lsp as it grows in memory usage rapidly in some cases (this should be fixed in swift 6.1 swiftlang/sourcekit-lsp#1541)
  • Improved stability and bug fixes

0.5.0 - 2024-11-5

Changed

  • Breaking change: iOS: renamed to Xcode: for all commands

Added

  • Debug UI tests and multiple targets are now supported
  • Support Test Plan

Fixed

  • Runtime warning communication between lldb and extension is done via fifo
  • Improved stability and bug fixes

0.4.0 - 2024-10-20

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

0.3.0 - 2024-10-10

Added

  • Support Swift Testing framework starting xCode 16.
  • Own lsp client support

Fixed

  • Test debug session were treated as user cancelled on error