Connecting Gdscript language server without editor (headless Godot)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By razah

Is it possible to connect gdscript language server without editor? (godot-tools vscode extension with headless Godot). I’m running code with command line -s flag, but cannot connect to gdscript language server. I want auto code completion but without Godot editor.

:bust_in_silhouette: Reply From: ld2studio

I don’t think you can connect VSCode to Godot this way, because the language server is available in the Godot editor but not in a running project.