vknabel / vscode-swiftformat

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

Remove unrequired mint param #1

Closed yonaskolb closed 5 years ago

yonaskolb commented 5 years ago

This is no longer needed in Mint, as it reads the executable name from the package 😀 It wasn’t required for macOS anyway as it used to take the repo name by default

vknabel commented 5 years ago

Thank you very much! I will open a PR for nicklockwood/SwiftFormat to forward these changes.