Skip to content

Instantly share code, notes, and snippets.

@langheran
Created February 24, 2026 23:18
Show Gist options
  • Select an option

  • Save langheran/6d8b712081d8c7628306d67a815ff587 to your computer and use it in GitHub Desktop.

Select an option

Save langheran/6d8b712081d8c7628306d67a815ff587 to your computer and use it in GitHub Desktop.
C:\Users\NisimHurst\.vscode\argv.json
// This configuration file allows you to pass permanent command line arguments to VS Code.
// Only a subset of arguments is currently supported to reduce the likelihood of breaking
// the installation.
//
// PLEASE DO NOT CHANGE WITHOUT UNDERSTANDING THE IMPACT
//
// NOTE: Changing this file requires a restart of VS Code.
{
// Use software rendering instead of hardware accelerated rendering.
// This can help in cases where you see rendering issues in VS Code.
// "disable-hardware-acceleration": true,
// Enabled by default by VS Code to resolve color issues in the renderer
// See https://github.com/microsoft/vscode/issues/51791 for details
"disable-color-correct-rendering": true,
// Allows to disable crash reporting.
// Should restart the app if the value is changed.
"enable-crash-reporter": true,
// Unique id used for correlating crash reports sent from this instance.
// Do not edit this value.
"crash-reporter-id": "a86ed061-70d9-4deb-b3af-d3c886d3d901",
"disable-hardware-acceleration": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment