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

Overhaul LSP Client #752

Merged
merged 21 commits into from
Nov 18, 2024
Merged

Conversation

DaelonSuzuka
Copy link
Collaborator

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.

@DaelonSuzuka DaelonSuzuka merged commit 694feea into godotengine:master Nov 18, 2024
4 checks passed
@Calinou
Copy link
Member

Calinou commented Nov 18, 2024

@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.

Yes, it should be fine to remove now.

@DaelonSuzuka
Copy link
Collaborator Author

@Calinou I did actually spend 20 minutes reimplementing it, but I downloaded both 3.1.2-stable and 3.2-stable and couldn't connect to either one via websocket. If anybody actually complains I don't mind revisiting it, but I'm not willing to spend potentially an entire afternoon on something nobody will likely want.

@DaelonSuzuka DaelonSuzuka deleted the rewrite-lsp-client branch January 4, 2025 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants