godot-vscode-plugin: Couldn't connect to the GDScript language server.

I’m facing this issue with Godot 3.2 on Manjaro, VS code 1.42.0

DISTRIB_ID=ManjaroLinux
DISTRIB_RELEASE=19.0.1
DISTRIB_CODENAME=Kyria
DISTRIB_DESCRIPTION="Manjaro Linux"

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 15 (5 by maintainers)

Commits related to this issue

Most upvoted comments

@FabienSailliet The Godot version in the Ubuntu repositories is 3.2 (= 3.2.0, it’s not 3.2.2). Its GDScript language server only supports WebSockets, not TCP.

Linux distribution repositories are generally frozen, which means their packages don’t receive updates (except for security updates which are manually backported). As an alternative, use the official binary, use the Flatpak, or build from source.