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

JSON RPC support #46

Merged
merged 4 commits into from
Oct 17, 2023
Merged

JSON RPC support #46

merged 4 commits into from
Oct 17, 2023

Conversation

pr2502
Copy link
Owner

@pr2502 pr2502 commented Oct 17, 2023

this is a prerequisite for implementing #22 and possibly #26 in a way i'd be happy merging. the advantage is that we'll be able to do more manipulation of LSP when we understand it better, the disadvantage is possibly breaking some language servers with slightly broken LSP implementation and will have to implement more workarounds for those.

i'm sorry to all the open PRs about this, i'll port them myself.

the structure of the code was too confusing for too long, it was a relic
of having two binaries and trying to share as little as possible between
them to reduce code bloat. but now that we have a single binary it
doesn't make sense anymore and is very confusing.

this change will hopefully make the code more clear for anyone not
already familiar with it.
this is a prerequisite for implementing #22 and possibly #26 in a way
i'd be happy merging. the advantage is that we'll be able to do more
manipulation of LSP when we understand it, the disadvantage is possibly
breaking some language servers with slightly broken LSP implementation.
@pr2502 pr2502 merged commit 23548aa into main Oct 17, 2023
1 check passed
@pr2502 pr2502 deleted the jsonrpc branch October 17, 2023 19:10
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.

1 participant