cleanups and updates

This commit is contained in:
Pratik Tripathy
2021-06-03 14:46:58 +05:30
parent 9118b436bb
commit b1ea62811d
18 changed files with 126 additions and 227 deletions

10
.vscode/argv.json vendored Normal file → Executable file
View File

@@ -12,5 +12,13 @@
// 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
"disable-color-correct-rendering": 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": "663adebd-ee7d-4d1f-9723-fd963e7e8e1a"
}