Releases: vknabel/vscode-swiftformat
Releases · vknabel/vscode-swiftformat
vsce publish, rebuilt 1.3.9
- Fixed:
vsce publish
didn't rebuild the extension #19
Full Changelog: v1.3.9...v1.3.10
Did always add header
- Fixed: accidentially always added
--header "// Created {created}"
#19
Full Changelog: 1.3.8...v1.3.9
Added --header support
- Fixed: failed to apply
--header
option #18
Full Changelog: 1.3.7...1.3.8
Banned some configs from workspaces
Fixes vulnerability which allowed malicous workspaces to execute code when opened by providing. Now the vulnerable configs cannot be overrided in workspaces anymore: swiftformat.path
.
Reported by @Ry0taK.
1.3.6 format options
- Fixed:
swiftformat.options
were not always respected vknabel/vscode-swiftlint#14 - @vknabel
Home dir for config search paths
- Fixed:
configSearchPaths
did not support~
vknabel/vscode-swiftlint#8 - @vknabel
Trailing newline
Logo and docs
Linux support
- Removed missing linux support warning as it is officially supported now. #9 - thanks to @cgarciae