-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Overhaul LSP Client #752
Overhaul LSP Client #752
Conversation
Yes, it should be fine to remove now. |
@Calinou I did actually spend 20 minutes reimplementing it, but I downloaded both |
This is a significant refactor of the LSP client code. The overall control flow is dramatically simplified, and this paves the way for future improvements to the LSP client.
@Calinou I'm considering removing websocket support, do you have an opinion on this? The language server switched to a TCP socket in 3.2.2, which was a long time ago now.