PrestonKnopp / language-gdscript

gdscript language grammar package for atom.io
https://atom.io/packages/lang-gdscript
MIT License
32 stars 9 forks source link

switching to TCP #28

Closed ofrank123 closed 4 years ago

ofrank123 commented 4 years ago

I've created a PR on the main godot repo that switches the language server from websockets to raw TCP. This PR updates this plugin to work with that change.

PrestonKnopp commented 4 years ago

Awesome, thank you for the PR and your work on the godot PR.

I’ll merge this when I get home later today.

ofrank123 commented 4 years ago

To be clear, this will break this plugin until the PR on Godot is merged, so you should wait until then. It shouldn't be more than a few days at this point.

PrestonKnopp commented 4 years ago

Okay, cool. That's a good idea, I'll wait until the Godot PR is merged.

ofrank123 commented 4 years ago

Godot PR was just merged, feel free to merge this