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
{{ message }}
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
What the title said, is this normal to be disabled once the window is not in focus?
'Cause I really love the extension and it's the only annoying thing.
VS Code -v 1.62.3
macOS -v 12.0.1
The text was updated successfully, but these errors were encountered:
This is probably happening since BrowserWindow.options.visualEffectState is presumably set to the default value of followWindow. Changing this to activeshould fix this.
I've figured this out by looking at the electron docs (Just ctrl+f for visualEffectState).
Unfortunately I have no idea how to access the options object of a BrowserWindow using an extension or if changing it after its creating is even possible.
I'd appreciate if anyone with any knowledge about electron and vscode extensions could chime in.
What the title said, is this normal to be disabled once the window is not in focus?
'Cause I really love the extension and it's the only annoying thing.
VS Code -v 1.62.3
macOS -v 12.0.1
The text was updated successfully, but these errors were encountered: