summaryrefslogtreecommitdiff
path: root/debian/.config/vscode
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-12-24 13:54:03 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-12-24 13:54:03 +0900
commit28e8bdf7f8286bd431b7f3b709e79f3827b31469 (patch)
tree85b44eff6da4d8443198fb6e04dfb6ee55244588 /debian/.config/vscode
parent8470ff001befcfd0f626dea69a9e76d43aee0511 (diff)
updates
Diffstat (limited to 'debian/.config/vscode')
-rw-r--r--debian/.config/vscode/argv.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/.config/vscode/argv.json b/debian/.config/vscode/argv.json
new file mode 100644
index 0000000..766aeda
--- /dev/null
+++ b/debian/.config/vscode/argv.json
@@ -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": true,
+
+ // Unique id used for correlating crash reports sent from this instance.
+ // Do not edit this value.
+ "crash-reporter-id": "ab80ece9-6a06-484b-bd05-3861238d6615"
+}
+