Skip to content

v0.4.0-beta

Compare
Choose a tag to compare
@fireplusteam fireplusteam released this 18 Oct 09:46
· 76 commits to main since this release

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