add workaround for vscode freezing acer

This commit is contained in:
2026-05-08 15:47:53 +02:00
parent 47169bbd0c
commit 9ea6bac4af
+6
View File
@@ -24,6 +24,12 @@
# profiles.default.userSettings = { # profiles.default.userSettings = {
# "claudeCode.claudeProcessWrapper" = "${pkgs.claude-code}/bin/claude-code"; # "claudeCode.claudeProcessWrapper" = "${pkgs.claude-code}/bin/claude-code";
# }; # };
argvSettings = {
# https://github.com/microsoft/vscode/issues/262065#issue-3328712020
disable-hardware-acceleration = osConfig.networking.hostName == "acer";
# If not set, vscode errors out when starting with "argv.json incorrect"
enable-crash-reporter = false;
};
}; };
# Just a fixed-location executable that launches claude code # Just a fixed-location executable that launches claude code