Add argv backup

This commit is contained in:
askiiart 2023-11-23 17:50:33 -06:00
parent 6d319e368b
commit 037a3988fc
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
14 changed files with 105 additions and 108 deletions
vscode

21
vscode/argv.json Normal file
View file

@ -0,0 +1,21 @@
// 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,
// Allows to disable crash reporting.
// Should restart the app if the value is changed.
"enable-crash-reporter": false,
// Unique id used for correlating crash reports sent from this instance.
// Do not edit this value.
"crash-reporter-id": "9832aa9b-1f8c-4c44-809c-8823b139ad90",
"password-store":"gnome"
}