瀏覽代碼

docs: add render glitch workwaround (#1699)

266-750Balloons 7 月之前
父節點
當前提交
d736414896
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      docs/troubleshooting.md

+ 9 - 0
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
 ```
 
+#### <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: