swiftlang / sourcekit-lsp

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

Remove `OpenGeneratedInterfaceRequest` #1491

Closed ahoppen closed 4 days ago

ahoppen commented 2 weeks ago

As far as I can tell, the OpenGeneratedInterfaceRequest is only sent internally within SourceKit-LSP. I don’t actually think we need it and we should be able to remove it and instead pass all of its members as parameters to the openGeneratedInterface method.

ahoppen commented 2 weeks ago

Synced to Apple’s issue tracker as rdar://130103747