[tohru] Disable some VS Code confirmation dialogs

This commit is contained in:
Katherina Walshe-Grey 2024-06-07 20:38:47 +01:00
parent 7476ee2a04
commit 87de39d257

View file

@ -22,6 +22,8 @@
userSettings = { userSettings = {
"extensions.autoUpdate" = false; "extensions.autoUpdate" = false;
"git.autofetch" = true; "git.autofetch" = true;
"git.confirmSync" = false;
"git.enableSmartCommit" = true;
"nix.enableLanguageServer" = true; "nix.enableLanguageServer" = true;
"nix.serverPath" = "nil"; "nix.serverPath" = "nil";
"nix.serverSettings".nil = { "nix.serverSettings".nil = {