illixion / vscode-vibrancy-continued

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

[Bug]: Can't reload vibrancy on Mac m1 #63

Closed eduard-unplugged closed 1 year ago

eduard-unplugged commented 1 year ago

Is there an existing issue for this?

Current Behavior

Command Reload Vibrancy resulted in a an error : A system error occurred (EACCES: permission denied, mkdir '/Applications/Visual Studio Code.app/Contents/Resources/app/out/vscode-vibrancy-runtime-v6')

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS: macOS 12
- VSCode:latest
- Extension:Vibrancy Continued

Anything else?

No response

illixion commented 1 year ago

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