swiftlang / sourcekit-lsp

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

Allow specification of where `sourcekit-lsp diagnose` writes its diagnose bundle #1428

Closed ahoppen closed 1 month ago

ahoppen commented 1 month ago

This allows VS Code to provide a command in the command palette that gathers sourcekit-lsp diagnostics alongside some VS Code Swift extension diagnostics.

ahoppen commented 1 month ago

@swift-ci Please test