illixion / vscode-vibrancy-continued

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

[Bug]: Extension doesn't make window transparent #71

Closed K1T3K1 closed 1 year ago

K1T3K1 commented 1 year ago

Is there an existing issue for this?

Current Behavior

Doesn't work on OS X. Window not transparent

image

Expected Behavior

Window should become transparent

Steps To Reproduce

No response

Environment

- OS: OS X 13.2.1
- VSCode: 1.77.3
- Extension: 1.1.14
    "vscode_vibrancy.opacity": 0.5,
    "vscode_vibrancy.theme":"Default Dark",
    "vscode_vibrancy.refreshInterval": 1,
    "workbench.colorTheme": "Default Dark+"

Anything else?

No response

illixion commented 1 year ago

Hi, could you please check the following:

If you're still experiencing this issue after checking all of the above, use the "Toggle Developer Tools" action and check if there are any errors in the Console section.

K1T3K1 commented 1 year ago

I enabled vibrancy and restarted vscode several times, after enabling I used >Reload Vibrancy. Dark+ is my current theme. I had window.titleBarStyle: "custom". Changed it to native, didn't help. In developer tools I see only error from OracleSQL extension

image
circles-png commented 1 year ago

can confirm – code -v returns

1.78.0-insider
95396f14dbae4d5def754d8635010f8e5743f56c
arm64
illixion commented 1 year ago

@K1T3K1 just noticed that you're also using vscode-custom-css which might be conflicting with Vibrancy, could you please try disabling it (as well as other UI extensions perhaps) and checking if that fixes it?

illixion commented 1 year ago

Verified that everything works properly on both stable and insider versions of VSCode, closing as stale since I haven't received a response. Try reinstalling VSCode and reopening this issue if you can reproduce it without any additional extensions or configuration changes.