vknabel / vscode-swiftformat

SwiftFormat for VS Code
https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-swiftformat
MIT License
39 stars 7 forks source link

Latest release (v1.6.8) broke swiftformat path (macOS/Linux). #39

Closed furby-tm closed 1 month ago

furby-tm commented 1 month ago

The latest release here https://github.com/vknabel/vscode-swiftformat/releases/tag/v1.6.8, has broken the path to find the swiftformat executable, at least on Fedora Linux, forcing me to revert to v1.6.7.

Upon formatting swift code with v1.6.8, this extension now errors with the following: image

No matter if the path is valid or not.

Thanks!

arietis commented 1 month ago

It affects macOS as well.

vinocher-bc commented 1 month ago

Thanks for the report. Am looking at this now.