dotfiles/VSCodium/User/History/-525b6a16/9eKJ.json
2026-06-19 14:29:55 +02:00

21 lines
No EOL
830 B
JSON

// This configuration file allows you to pass permanent command line arguments to VSCodium.
// 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 VSCodium.
{
// Use software rendering instead of hardware accelerated rendering.
// This can help in cases where you see rendering issues in VSCodium.
// "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": "d0612289-ca8c-46e3-b226-f8d275d8c8cd",
"password-store": "basic"
}