illixion / vscode-vibrancy-continued

Enable Acrylic/Glass effect for your VS Code.
MIT License
516 stars 27 forks source link

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

Open illixion opened 1 year ago

illixion commented 1 year ago

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 https://github.com/microsoft/vscode/pull/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: https://github.com/microsoft/vscode/issues/198766

If this is affecting you, feel free to go to that feature request and give it a 👍 reaction

bigplayer-ai commented 1 year ago

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

harrywenjie commented 10 months ago

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

illixion commented 10 months ago

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.

alefmim commented 9 months ago

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

Steps to reproduce:

Screenshot: Untitled

illixion commented 8 months ago

Made a VSCode feature request to add the WCO setting back: https://github.com/microsoft/vscode/issues/198766

If this is affecting you, feel free to go to that feature request and give it a 👍 reaction