Error launching debug in VS Code. Any insight to what's causing this?

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

So I installed the “godot-tools” addon to VS Code to work with GDscript in it, I managed to get it connected to the language server, but it won’t run the debug despite knowing where the project file and the executable are,

Failed to launch Godot instance: Error: Command failed: "godot" --path "C:\Users\[USER]\Desktop\json_test" --remote-debug 127.0.0.1:6007 '"godot"' is not recognized as an internal or external command, operable program or batch file.

The version i’m using is Godot 4.0 Alpha 16 (I used 15 a day ago but that didnt work either, but its still connected to the language server with the port ‘6005’).

:bust_in_silhouette: Reply From: bc

replace “godot” with your real engine executable path.