EYHN / vscode-vibrancy

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

Vibrancy Not working for integrated terminal #103

Closed lkm14001 closed 3 years ago

lkm14001 commented 3 years ago

Even if I type "teminal.integrated.rendererType" : "dom" in settings.json file

It is not working even after that.

please give a solution

Vbner commented 3 years ago

I'm new in this github thing but i found the same problem as you and some guys told me that the oldest method doesn't work but if you write "terminal.integrated.gpuAcceleration": "off" in settings.json file it should work, because for me it did work. Take care !!

Vbner commented 3 years ago

They told me that "terminal.integrated.gpuAcceleration": "off" is the same as if you write "teminal.integrated.rendererType" : "dom" so it would be fine.

EYHN commented 3 years ago

Make sure you have upgraded your vscode version to 1.56.2

EYHN commented 3 years ago

If the problem is not resolved, please update this issue.