Skip to content

Instantly share code, notes, and snippets.

@BeFiveINFO
Last active October 30, 2019 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BeFiveINFO/1de7014cac8773972d3ae835f15412f2 to your computer and use it in GitHub Desktop.
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)
{
"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