Abdul Aala Khan
Results
2
comments of
Abdul Aala Khan
Have the same issue for a while now. **Godot version** 4.3 **VS Code version** 197.1 Godot Tools VS Code extension version 2.3.0 **System information** Windows 10.0.19045 For some reason my...
I looked a bit into it and i found a potential fix (with side effects): Changing that line: https://github.com/godotengine/godot-vscode-plugin/blob/9297920d73273b7d7de76c70f586715c98870c3d/src/extension.ts#L179 to; ```js const terminal = vscode.window.createTerminal("Godot Editor"); terminal.sendText(command); ``` solves the...