-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hitting a breakpoint doesn't active window #105913
Comments
related #100368 |
This should just work, by calling
I just tried it out and this works for me. What are you doing differently than me?
|
I don't minimize, the window is simply in the background, goes into debug mode (status bar change) but doesn't activate:rec.40.mov.zip |
Aha, yes now I get the same. That seems to be the issue with the |
Say hello to #102997 |
Thanks Ben! |
On W10 hitting a breakpoint doesn't switch focus back to vscode. It does the first time that breakpoint is hit, but never thereafter. Chrome debugger, vscode insider, W10.0.20206 - dev channel/fast ring. Version: 1.49.0-insider (user setup) |
@bpasero can you double check this on Windows? I can also.. |
@isidorn at least from the Electron side of things this change should only impact macOS, no other platforms. And my change is also only having an effect on macOS, not Windows. But it is possible that Windows has a similar protection that it does not allow a background app to come to the foreground, I suggest you try it out with VSCode stable vs insiders to check. |
It works just fine both with Stable and with latest insiders. @ArturoDent are you sure you do not have some special setting set, like for example
I can repeate step 5 any number of times I want and VS Code window gets activated every time (it blinks in the windows status bar) |
The text was updated successfully, but these errors were encountered: