Skip to content

Conversation

@rintaro
Copy link
Member

@rintaro rintaro commented Oct 30, 2025

Synced update for swiftlang/sourcekit-lsp#2342

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.

@@ -0,0 +1,15 @@
//===----------------------------------------------------------------------===//
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this file is missing from the CMake build

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thank you! updated.

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.
@rintaro rintaro force-pushed the base-message-protocols branch from 6ee41d0 to 81df13c Compare October 30, 2025 18:39
@rintaro rintaro merged commit e76d9de into swiftlang:main Oct 31, 2025
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants