vscode-swiftformat
vscode-swiftformat copied to clipboard
Ignore non-swiftformat manifests
Currently, any Package.swift
manifest is assumed to potentially belong to SwiftFormat
, and is built. This causes unnecessary building and creation of .build directories. Filter to only do this for the SwiftFormat
manifest.