|
@@ -4,6 +4,7 @@
|
|
|
|
|
|
- [Linux](#linux)
|
|
|
- [Fonts showing up as rectangles](#linux-fonts-rectangle)
|
|
|
+ - [Text and/or the entire interface not appearing](#linux-rendering-glitches)
|
|
|
- [Global menu workaround for KDE](#linux-kde-global-menu)
|
|
|
- [Flatpak most common issues](#linux-flatpak-most-common-issues)
|
|
|
- [Remote SSH doesn't work](#linux-remote-ssh)
|
|
@@ -24,6 +25,14 @@ rm -rf ~/snap/codium/common/.cache
|
|
|
fc-cache -r
|
|
|
```
|
|
|
|
|
|
+#### <a id="linux-rendering-glitches"></a>*Text and/or the entire interface not appearing*
|
|
|
+
|
|
|
+You have likely encountered [a bug in Chromium and Electron](microsoft/vscode#190437) when compiling Mesa shaders, which has affected all Visual Studio Code and VSCodium versions for Linux distributions since 1.82. The current workaround (see microsoft/vscode#190437) is to delete the GPU cache as follows:
|
|
|
+
|
|
|
+```bash
|
|
|
+rm -rf ~/.config/VSCodium/GPUCache
|
|
|
+```
|
|
|
+
|
|
|
#### <a id="linux-kde-global-menu"></a>*Global menu workaround for KDE*
|
|
|
|
|
|
Install these packages on Fedora:
|