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

[Bug] Window controls aren't transparent on Windows platforms #49

Open
illixion opened this issue Dec 9, 2022 · 5 comments
Open

[Bug] Window controls aren't transparent on Windows platforms #49

illixion opened this issue Dec 9, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@illixion
Copy link
Owner

illixion commented Dec 9, 2022

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:

image

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

@bigplayer-ai
Copy link

Ok I found it:
window.experimental.windowControlsOverlay.enabled
"window.experimental.windowControlsOverlay.enabled": false
image

@harrywenjie
Copy link

As of today, vs code has removed this 'window.experimental.windowControlsOverlay.enabled' setting.
Please reopen this issue.

@illixion illixion added bug Something isn't working and removed enhancement New feature or request labels Sep 9, 2023
@illixion illixion changed the title [Feature] ensure that experimental window controls are disabled when enabling Vibrancy [Bug] Window controls aren't transparent on Windows platforms Sep 9, 2023
@illixion
Copy link
Owner Author

illixion commented Sep 9, 2023

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.

@illixion illixion pinned this issue Sep 9, 2023
@alefmim
Copy link

alefmim commented Oct 16, 2023

This bug also affects the breadcrumb bar when the tab bar is hidden.

Steps to reproduce:

  • add "workbench.editor.showTabs": false, to settings.json

Screenshot:
Untitled

@illixion
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants