Files
sourcekit-lsp/Sources/LanguageServerProtocol/Notifications
Rintaro Ishizaki 651d4da6b4 [LSP/BSP] Separate base message protocol for LSP and BSP message types
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.
2025-10-30 11:38:35 -07:00
..