Skip to content

Instantly share code, notes, and snippets.

@andriyudatama
Last active November 3, 2024 01:50
Show Gist options
  • Save andriyudatama/fe5d00deb36feeea30ef35a5ea0f7eff to your computer and use it in GitHub Desktop.
Save andriyudatama/fe5d00deb36feeea30ef35a5ea0f7eff to your computer and use it in GitHub Desktop.
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
@oblx
Copy link

oblx commented Oct 28, 2024

What is this sorcery, my vscode booted faster than ever !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment