-
-
Notifications
You must be signed in to change notification settings - Fork 183
FAQ_Packages
JaKooLit edited this page Feb 13, 2025
·
1 revision
- first launch vscodium / vscode with --disable-gpu flag. Example below for vscode
code --disable-gpu
- Once vscode / vscodium launched, disable hardware acceleration
1. Open command pallete (Ctrl + Shift + P)
2. Enter "Preferences: Configure Runtime Arguments"
3. Add config/new line: "disable-hardware-acceleration": true
4. Restart VS Code / Vscodium