godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.47k stars 148 forks source link

Fix LSP connection attempts not resetting #638

Closed DaelonSuzuka closed 2 months ago

DaelonSuzuka commented 2 months ago

Should fix #636.

The internal count of connection attempts was incorrectly not being reset when a connection is actually established. This caused the connection retry to fail after several successful reconnections.