godotengine / godot-vscode-plugin

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

Launching the editor opens a new custom terminal #561

Closed DaelonSuzuka closed 6 months ago

DaelonSuzuka commented 6 months ago

Per feedback from @KoBeWi, this PR moves the process started by Open Workspace with Godot Editor back to a terminal (instead of a headless child process).

This time the terminal is implemented correctly, with a name + icon, and doesn't have a lingering prompt that you really shouldn't use. It also prints that the editor was stopped and what the exit code was.

image

Notes: