-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Bug] Window controls aren't transparent on Windows platforms #49
Comments
As of today, vs code has removed this 'window.experimental.windowControlsOverlay.enabled' setting. |
I've updated this issue to reflect the new challenges posed in VSCode 1.82.0 update, and it will be used to track any possible solutions. This currently affects everyone on Windows 10/11. |
Made a VSCode feature request to add the WCO setting back: microsoft/vscode#198766 If this is affecting you, feel free to go to that feature request and give it a 👍 reaction |
On Windows 10/11, the window controls will be opaque even with Vibrancy active.
This issue is caused by Microsoft removing the setting for enabling HTML window controls in microsoft/vscode#188793, unfortunately this means that the controls will no longer be transparent with the rest of the window on Windows platforms. Need to investigate possible solutions to this issue.
Screenshot:
Update
I've created a feature request to return the WCO setting back: microsoft/vscode#198766
If this is affecting you, feel free to go to that feature request and give it a 👍 reaction
The text was updated successfully, but these errors were encountered: