godotengine / godotengine/godot-vscode-plugin
Give focus to game on run
- Dominant language
- TypeScript
- Stars
- 2.1k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
### Godot version
4.2.2.stable.official
### VS Code version
1.92.0
### Godot Tools VS Code extension version
2.1.0
### System information
Windows 11
### Problem statement
When running the game, focus is still on VS Code editor, requiring an Alt-tab to switch focus to the game.
Is it possible to optionally give focus to the game automatically? While a very small QoL feature, it would be very appreciated!
I could not find this setting in the command line documentation for godot, and yet when running directly from godot engine focus is given to the game.
### Proposed solution
Optionally give focus to the game automatically upon run/run with debug.
Perhaps by using a powershell command?
Contributor guide
Assessment
This issue has not been assessed yet.