Releases: vknabel/vscode-apple-swift-format
Releases · vknabel/vscode-apple-swift-format
1.4.0
syntax errors
building if needed
- Added: build swift-format if needed #12
_InternalSwiftSyntaxParser
EPIPE errors
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: apple-swift-format.path
.
Reported by @Ry0taK.
1.1.1 incompatible SwiftSyntax
1.1.0 Syntax errors
Home dir for config search paths
- Fixed:
configSearchPaths
did not support~
vknabel/vscode-swiftlint#8 - @vknabel
Trailing newline
- End of newline was always stripped. vknabel/vscode-swiftformat#13 - @vknabel