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
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