Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable e2e testing of generic JSON-RPC servers #79

Merged
merged 3 commits into from
Sep 8, 2023

Conversation

alcarney
Copy link
Member

@alcarney alcarney commented Sep 8, 2023

Closes #73

This further simplifies the architecture by removing the
`ClientServer` object.

Also by basing most of the plugin of the base `Client` from `pygls`
this should enable non LSP, JSON-RPC servers to "just work" within the
same framework
@alcarney alcarney merged commit 2255675 into swyddfa:develop Sep 8, 2023
6 of 7 checks passed
@alcarney alcarney deleted the generic-rpc-servers branch September 8, 2023 18:36
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.

Testing non-lsp, json-rpc servers
1 participant