vknabel / vscode-swiftformat

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

Always adds `--header "// Created {created}"` to format command #19

Closed jsonfry closed 2 years ago

jsonfry commented 2 years ago

Looks like a recent change now always adds a file header on formatting

https://github.com/vknabel/vscode-swiftformat/commit/9f6af87a5e3487292c9def33979057fffffd26c8

vknabel commented 2 years ago

Thanks a lot @jsonfry! Good catch! I committed some debugging code.

Just released a fix in v1.3.9. Sorry for the inconvenience!

jsonfry commented 2 years ago

No worries, thanks for the quick fix!

jsonfry commented 2 years ago

Guten Morgen. I think something must have gone wrong with the release, it seems that code is still in the package you download from VS Marketplace

image
vknabel commented 2 years ago

@jsonfry good morning, too! The vscode:prepublish-step to compile the project was missing. 😅 Should be fixed in 1.3.10