Skip to content
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

Windows 10: document how to solve issue with VSCode not getting to the foreground #616

Closed
bpasero opened this issue Sep 30, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Sep 30, 2016

We have a famous issue (microsoft/vscode#929) caused by Electron where opening VS Code does not bring it to the foreground but rather stays in the background with the taskbar blinking.

Now I heard of a workaround that fixes this issue provided the user has access to the windows registry:

  • regedit.exe
  • find ForegroundLockTimeout
  • change its value to a low millisecond value (e.g. 10 (decimal))
  • restart windows

The related documentation: https://technet.microsoft.com/en-us/library/cc957208.aspx

It is ugly but a viable option for those that really want this.

@gregvanl gregvanl added this to the October 2016 milestone Sep 30, 2016
@gregvanl gregvanl added the small label Oct 3, 2016
@gregvanl
Copy link

Closing as I think this was fixed with a product PR (see microsoft/vscode#929) and this FAQ is no longer needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants