vscode-swiftformat icon indicating copy to clipboard operation
vscode-swiftformat copied to clipboard

Support ignoring Packages.swift files

Open tristanlabelle opened this issue 1 year ago • 2 comments

The vscode-swiftformat extension is causing SPM invocations due to this code, in our repo that is using CMake as the build system on Windows, but still has Packages.swift files for the macOS build. This causes unexpected .build folders to appear. We'd like to always use the globally installed swiftformat and not rely on the SPM package.

tristanlabelle avatar Jun 12 '24 20:06 tristanlabelle