illixion / vscode-vibrancy-continued

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

[Bug]: Terminal not supporting transparency #72

Closed jain-arihant-2002 closed 1 year ago

jain-arihant-2002 commented 1 year ago

Is there an existing issue for this?

Current Behavior

image

Expected Behavior

Expected Behavior is having a transparent look in terminal also like code space.

Steps To Reproduce

No response

Environment

- OS: Windows 11
- VSCode:1.77.3
- Extension: 1.1.14

Anything else?

No response

illixion commented 1 year ago

Have you tried the solution mentioned in the FAQ?

Effect doesn't work for terminal?

Check your settings. You should change the renderer type of the terminal to dom.

"terminal.integrated.gpuAcceleration": "off"

jain-arihant-2002 commented 1 year ago

It worked thanks and my bad 😢