mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-06 18:24:36 +01:00
Introduce `LSPRequest`, `LSPNotification`, `BSPRequest`, and `BSPNotification`. And change the protocol of the each concrete type. This is beneficial for implementing LSP/BSP only message handlers.