diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index 23ba479..4ea9be8 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -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
```
+#### *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
+```
+
#### *Global menu workaround for KDE*
Install these packages on Fedora: