forked from VSCodium/vscodium
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Troubleshooting
Alexander Frick edited this page Feb 22, 2024
·
1 revision
The following command should help:
rm -rf ~/.cache/fontconfig
rm -rf ~/snap/codium/common/.cache
fc-cache -r
You have likely encountered a bug in Chromium and Electron when compiling Mesa shaders, which has affected all VSCode and VSCodium versions for Linux distributions since 1.82. The current workaround is to delete the GPU cache as follows:
rm -rf ~/.config/VSCodium/GPUCache
or for flatpak:
rm -rf ~/.var/app/com.vscodium.codium/config/VSCodium/GPUCache
Since the App is signed with self-signed certificate, on the first launch, you might see the following messages:
You can right-click the App and choose Open
.
The following command will remove the quarantine attribute.
xattr -r -d com.apple.quarantine /Applications/VSCodium.app