Debug continue does not give the application being debugged focus #7175
Unanswered
Ben van der Merwe (Ben136KBC)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Imagine you are debugging an application. The breakpoints hits in Visual Studio Code. You hit F5, continue debugging. The application continues to run. All great, except VSCode stays in the foreground. The application does not get foreground focus. It would be nice if hitting continue would give the application foreground focus.
This is very minor, I am just wondering if there is an option or a setting for it? Does anyone know?
All reactions