Last active
October 30, 2019 19:38
-
-
Save BeFiveINFO/1de7014cac8773972d3ae835f15412f2 to your computer and use it in GitHub Desktop.
VS Code gpu flickering problem workaround - place this file under ~/.vscode/ (see https://github.com/microsoft/vscode/issues/15211#issuecomment-540048507)
This file contains 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
{ | |
"disable-color-correct-rendering": true, | |
"disable-hardware-acceleration": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment