TheOld / vscode-fluent-ui

MIT License
123 stars 15 forks source link

Version 3.7.0 is not working on VSCode 1.78 update #51

Open babs232 opened 1 year ago

babs232 commented 1 year ago

While trying to enable, getting the below error on Extension Host Output:

2023-05-06 21:41:59.859 [error] Error: External buffers are not allowed

not-ivy commented 1 year ago

uncheck the "enable background image" in the extension settings worked for me.

pratyakshm commented 1 year ago

+1 Facing the same issue. Unchecking "Enable background image" worked. But ofcourse, then we don't get the Mica lookalike.

babs232 commented 1 year ago

Adding the 'Vibrancy Continued' plugin is an alternative way to get back the mica effect. And that plugin is working fine along with the vscode-fluent-ui plugin.

image

pratyakshm commented 1 year ago

@babs232 Hey, that's so cool! Would you mind showing which color theme you're currently using, and the extension settings for Vibrancy Continued?

babs232 commented 1 year ago

@pratyakshm : Color theme => One Dark Pro Monokai Darker, Vibrancy Settings: image

TheOld commented 1 year ago

Hey y'all, thanks for that. The problem is indeed with the wallpaper library used to set the background image. I'm working on an alternative solution at the moment.