Closed SiddharthMathurDeveloper closed 7 months ago
Please fill out the Environment field, especially the macOS and VSCode versions as well as the currently selected theme.
extra info "vscode_vibrancy.theme": "Dark (Only Subbar)", "workbench.colorCustomizations": { }, "workbench.colorTheme": "Ayu Dark"
Looks like you’re using an unsupported VSCode theme (Ayu Dark), please check the list of supported themes in the description.
Same issue here. Same environment as OP but on macOS Sonoma 14.3. This just happened with the latest update of Code; worked perfectly fine before.
{
"vscode_vibrancy.opacity": 0,
"vscode_vibrancy.type": "ultra-dark"
"workbench.colorTheme": "Monokai"
}
Same issue here. Same environment as OP but on macOS Sonoma 14.3. This just happened with the latest update of Code; worked perfectly fine before.
{ "vscode_vibrancy.opacity": 0, "vscode_vibrancy.type": "ultra-dark" "workbench.colorTheme": "Monokai" }
Just when I was starting to enjoy VS Code 🤣, I also confirm that Vibrancy breaks with the latest update to vs code 1.86.1.
Worked perfectly prior to updating.
@TheFanatr can you post your current Vibrancy Continued version? The issue is because you're using the ultra-dark
vibrancy type, which was deprecated in VSCode 1.86, and Vibrancy is supposed to detect that and ask you to change it to under-window
.
I've tried under-window
and auto
. I know this is directly for @TheFanatr but my version of Vibrancy is 1.1.27. If you prefer I open my own issue I am happy to do so!
{
"vscode_vibrancy.opacity": 0,
"vscode_vibrancy.theme": "GitHub Dark Default",
"vscode_vibrancy.type": "under-window"
}
@mklebrasseur No worries, could you try reinstalling VSCode perhaps? Also, are you using any extensions that modify VSCode's files like APC or VSCode Animations?
@mklebrasseur No worries, could you try reinstalling VSCode perhaps? Also, are you using any extensions that modify VSCode's files like APC or VSCode Animations?
I disabled all plugins, I do not have APC or VSCode Animations installed. While looking at the console logs I can Vibrancy is initialized and no other errors are observed.
I did attempt a reinstall last evening but some files were still lingering. I will attempt it again and report back!
@illixion a full uninstall and clearing of some lingering cache folders / saved states seems to have restored the functionality!
Thanks!
@illixion might related to this issue, on my mac, it looks like this
is it also caused by the cache?
@illixion a full uninstall and clearing of some lingering cache folders / saved states seems to have restored the functionality!
Thanks!
what folders did you have to delete? im having troubles aswell, deleted the application support folder for Code and ~/.vscode
@illixion a full uninstall and clearing of some lingering cache folders / saved states seems to have restored the functionality! Thanks!
what folders did you have to delete? im having troubles aswell, deleted the application support folder for Code and ~/.vscode
@current I ran through the following
Close and Quit VSCode
Remove VScode from Applications (just go to Finder -> Applications and move VSCode to Bin)
Execute these commands in any order. The paths might be slightly different for you.
rm -fr ~/.vscode*
rm -fr ~/Library/Application\ Support/Code/
rm -fr ~/Library/Saved\ Application\ State/com.microsoft.VSCode.savedState/
rm -fr ~/Library/Preferences/com.microsoft.VSCode.helper.plist
rm -fr ~/Library/Preferences/com.microsoft.VSCode.plist
rm -fr ~/Library/Caches/com.microsoft.VSCode
rm -fr ~/Library/Caches/com.microsoft.VSCode.ShipIt/
Reinstall VSCode
@illixion might related to this issue, on my mac, it looks like this
is it also caused by the cache?
The same for me. Have you found a way to fix this? Thanks.
@illixion might related to this issue, on my mac, it looks like this is it also caused by the cache?
The same for me. Have you found a way to fix this? Thanks.
@Rey-Wang and @mhjiang97 - I had this issue as well. The solution was to make sure that the theme you have for VSCode doesn't inherit from system theme (if you're on auto) and is not set to light theme. It seems to work properly only with dark theme. Hope that works for yall!
@kamilali THANK YOU~
Closing as stale.
Is there an existing issue for this?
Current Behavior
not working
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response