godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.52k stars 149 forks source link

Fix Headless LSP not starting #513

Closed DaelonSuzuka closed 10 months ago

DaelonSuzuka commented 10 months ago

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.