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

Fix Headless LSP not starting #513

Merged

Conversation

DaelonSuzuka
Copy link
Collaborator

Fixes #512

The Headless LSP child process had no stderr handler due to developer laziness, and in some situations this causes the process to stop responding to events.

I still don't want to see stderr in the output, but providing an empty lambda handler should hopefully prevent the process from hanging.

@DaelonSuzuka DaelonSuzuka merged commit d8700ea into godotengine:master Oct 15, 2023
1 check passed
@DaelonSuzuka DaelonSuzuka deleted the headless_lsp_stderr_fix branch October 15, 2023 00:11
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.

LSP Headless Launch failing
1 participant