Skip to content

Instantly share code, notes, and snippets.

@andriyudatama
andriyudatama / VS Code Disable GPU Acceleration
Last active September 4, 2024 02:09
Disable Hardware Acceleration (GPU) on Visual Studio Code
Visual Studio Code frequently crashes linux. Using NVIDIA GPU
1. Open command pallete (Ctrl + Shift + P)
2. Enter "Preferences: Configure Runtime Arguments"
3. Add config: "disable-hardware-acceleration": true
4. Restart VS Code