Coder Social home page Coder Social logo

Comments (13)

enoversum avatar enoversum commented on August 25, 2024 1

Thanks for confirming what the trouble is with the blur effect. I'd have loved to combine both extensions for a more complete feeling, but I understand it's not fully possible to do so. Have a nice day :) !

Hi, I am not sure if you are still using my extension, but anyway I have developed a fake mica feature that mimics the feel of Windows 11 mica effects. If you are interested in this feature, follow the readme to enable fake mica.

Thanks, @RichardLuo0 , for picking up my issue again. Because Vibrancy, which had clashed with your extension, did never really look stunning in its style, and because it brought up more problems than it brought pleasure, I recently uninstalled it, so your extension is working with 'real' Mica just fine. But good to know you implemented a workaround, in case I want to use both extensions in the future again.

from vscode-frosted-glass-theme.

RichardLuo0 avatar RichardLuo0 commented on August 25, 2024

This shouldn't happen. Whats your vscode version? Did you happen to install vscode to one of the protected directories (for example, C:\Program Files)?

from vscode-frosted-glass-theme.

enoversum avatar enoversum commented on August 25, 2024

This shouldn't happen. Whats your vscode version? Did you happen to install vscode to one of the protected directories (for example, C:\Program Files)?

This wasn't happening until today (commands not found), so I suspect the new update to be the culprit. VS Code on Windows installs itself to C:\Users\<username>\Appdata\Local\Programs\Microsoft VS Code. I'm on 1.85.2, latest update.

from vscode-frosted-glass-theme.

RichardLuo0 avatar RichardLuo0 commented on August 25, 2024

Do you remember when the extension was first installed? I am pretty sure the 0.7.1 update touches nothing about the extension part.
Btw, can you go to help > open developer tools, then go to console and check if there are any errors?

from vscode-frosted-glass-theme.

enoversum avatar enoversum commented on August 25, 2024

Do you remember when the extension was first installed? I am pretty sure the 0.7.1 update touches nothing about the extension part. Btw, can you go to help > open developer tools, then go to console and check if there are any errors?

Yes, I do remember. I installed it last week, without the glitch concerning commands not being available. Blur effect was already not working for me.

Thanks for the tip regarding console errors. There are a few for another one (not related), but this one shows for your current one. I had already tried to reinstall it, to no avail. Seems a crucial file is missing :) .

Activating extension 'RichardLuo.frosted-glass-theme' failed: Cannot find module 'c:\Users\xxx\.vscode\extensions\richardluo.frosted-glass-theme-0.7.1\out\extension.js'
Require stack:
- c:\Users\xxx\appdata\local\programs\microsoft vs code\resources\app\out\vs\loader.js
- c:\Users\xxx\appdata\local\programs\microsoft vs code\resources\app\out\bootstrap-amd.js
- c:\Users\xxx\appdata\local\programs\microsoft vs code\resources\app\out\bootstrap-fork.js
- .

from vscode-frosted-glass-theme.

RichardLuo0 avatar RichardLuo0 commented on August 25, 2024

this is weird... Can you confirm the C:\Users\xxx\.vscode\extensions\richardluo.frosted-glass-theme-0.7.1\out\extension.js is missing? Try to download the latest file from version history here and install via extension > more > install from VSIX.
You mentioned the blur effect is not working, is the animation not working too?

from vscode-frosted-glass-theme.

enoversum avatar enoversum commented on August 25, 2024

this is weird... Can you confirm the C:\Users\xxx\.vscode\extensions\richardluo.frosted-glass-theme-0.7.1\out\extension.js is missing? Try to download the latest file from version history here and install via extension > more > install from VSIX. You mentioned the blur effect is not working, is the animation not working too?

Yes, I can confirm that in version 0.7.1, the file is missing: There's the whole out folder missing:

image

There is still a 0.7.0 version folder in there, including the out subfolder.

What would the animation look like? At this point, there is no animation whatsoever, since the extension isn't working ;) .

from vscode-frosted-glass-theme.

enoversum avatar enoversum commented on August 25, 2024

Update: I uninstalled your extension, then deleted both extension folders manually, then re-installed. All files are there as needed now, so the extension (including animation) is working now. Just not the blur effect ;) .

image

from vscode-frosted-glass-theme.

RichardLuo0 avatar RichardLuo0 commented on August 25, 2024

Good to hear. I see you are using another extension to change the window background to use mica or acrylic material, unfortunately, there is currently no way to apply both effect electron/electron#30412 , sorry you have to make a choice

from vscode-frosted-glass-theme.

enoversum avatar enoversum commented on August 25, 2024

Good to hear. I see you are using another extension to change the window background to use mica or acrylic material, unfortunately, there is currently no way to apply both effect electron/electron#30412 , sorry you have to make a choice

That's Vibrancy, which changes a lot, but not right-click menu backgrounds. So you suggest that I use either one of these extensions, and the other one being active probably results in the blur effect not applying? Otherwise, your extension was working flawlessly up to today :) .

from vscode-frosted-glass-theme.

RichardLuo0 avatar RichardLuo0 commented on August 25, 2024

I know vibrancy doesn't change menu background. The point is, as long as window background remains acrylic (even transparent!), all blur on web are gone. Electron document. There is nothing I can do. Though if you can change electron source code, it might be possible, but that is way beyond this extension

from vscode-frosted-glass-theme.

enoversum avatar enoversum commented on August 25, 2024

Thanks for confirming what the trouble is with the blur effect. I'd have loved to combine both extensions for a more complete feeling, but I understand it's not fully possible to do so. Have a nice day :) !

from vscode-frosted-glass-theme.

RichardLuo0 avatar RichardLuo0 commented on August 25, 2024

Thanks for confirming what the trouble is with the blur effect. I'd have loved to combine both extensions for a more complete feeling, but I understand it's not fully possible to do so. Have a nice day :) !

Hi, I am not sure if you are still using my extension, but anyway I have developed a fake mica feature that mimics the feel of Windows 11 mica effects. If you are interested in this feature, follow the readme to enable fake mica.

from vscode-frosted-glass-theme.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.