Please check this list for a solution if you're encountering an error when installing Vibrancy Continued.
There is a known issue with Vibrancy sometimes not working on the first try after VSCode updates, perform the same action again to resolve.
Your installation of VSCode is owned by another user. Run the following commands exactly as-is in the Terminal app to take ownership of the files, and enter your password when prompted:
sudo chown -R $(whoami):staff "/Applications/Visual Studio Code.app/"
sudo chmod -R 755 "/Applications/Visual Studio Code.app/"A reinstallation will also fix this issue without any loss of settings.
Your installation of VSCode is affected by App Translocation.
To fix this, either use the Finder and move VSCode to /Applications (or move it out of /Applications and then back in), or run the following terminal command:
sudo xattr -dr com.apple.quarantine "/Applications/Visual Studio Code.app"See here for the list of supported editors: Supported Code Editors
If you're using an unsupported code editor and you're on Windows, you must perform these steps prior to activating Vibrancy Continued: Windows Install Guide
Check your settings. You should change the renderer type of the terminal to dom.
"terminal.integrated.gpuAcceleration": "off"
It usually appears on Windows when you are using the VSCode System Installer. You should close VSCode completely, then run VSCode as administrator and retry what you did before (Enable/Reload/Disable Vibrancy).
Please see Important notice for Windows users at the top of the description.
Ensure that you don't have transparency effects disabled globally through your OS settings. This can usually be found under Accessibility settings, and it may be called "Transparency effects" or "Reduce transparency." If that didn't help, you can also check the Console section in VSCode's Developer Tools, which can be accessed through the command palette.
If nothing else worked, try reinstalling VSCode, you won't lose any settings and this will ensure that your VSCode installation is consistent.