vscode-swiftformat
vscode-swiftformat copied to clipboard
Support ignoring Packages.swift files
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.