illixion / vscode-vibrancy-continued

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

[Bug]: 'Reload Vibrancy' Failing. Need 'administrator privileges' #133

Closed sleipner01 closed 4 months ago

sleipner01 commented 4 months ago

Is there an existing issue for this?

Current Behavior

After installing the extension, clicking Cmd + Shifft + P, and executing 'Reload Vibrancy', I get an error.

Screenshot 2024-02-22 at 08 36 33

The command 'Reload Vibrancy' is denied execution. Looking at the details, I apparently need to run the command with 'administrator privileges'.

Screenshot 2024-02-22 at 08 36 57

Expected Behavior

VSCode to Reload with Vibrancy Continued config

Steps To Reproduce

  1. Follow installation procedure
  2. Run 'Reload Vibrancy'

Environment

- OS: macOS Sonoma 14.2 (23C64)
- VSCode: 1.86.2 (Universal)
- Extension: 1.1.27
- Theme: Dark+

Anything else?

No response

illixion commented 4 months ago

Seems like your installation of VSCode is owned by another user, run the following command in the Terminal app to take ownership of the files, and enter your password when asked: sudo chown -R $(whoami):staff "/Applications/Visual Studio Code.app/"

sleipner01 commented 4 months ago

The command didn't work, but uninstalling VSCode, doing a restart and installing it again fixed the problem. Thanks!