You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
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:
ForegroundLockTimeout
10
(decimal))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.
The text was updated successfully, but these errors were encountered: