swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.2k stars 264 forks source link

Save sourcekit-lsp diagnose bundles in subdirectories of temporary directory #1487

Closed ahoppen closed 2 weeks ago

ahoppen commented 2 weeks ago

Finder seems to generally struggle opening a temporary directory with many subfolders and eg. hang when zipping the diagnose bundle. Place the diagnose folders in a dedicated subfolder to avoid this.

ahoppen commented 2 weeks ago

@swift-ci Please test