Forked from andriyudatama/VS Code Disable GPU Acceleration
Created
July 25, 2024 12:30
-
-
Save AntMarras/7489acc44e90fa2d6de5fea8a10a8824 to your computer and use it in GitHub Desktop.
Disable Hardware Acceleration (GPU) on Visual Studio Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment