diff --git a/hosts/common/user/configs/gui/vscode/default.nix b/hosts/common/user/configs/gui/vscode/default.nix index bb821a1..98360ce 100644 --- a/hosts/common/user/configs/gui/vscode/default.nix +++ b/hosts/common/user/configs/gui/vscode/default.nix @@ -44,6 +44,8 @@ in "explorer.confirmDelete" = false; "explorer.confirmDragAndDrop" = false; "explorer.confirmPasteNative" = false; + "extensions.autoCheckUpdates" = false; + "extensions.autoUpdate" = false; "files.autoSave" = "afterDelay"; "files.eol" = "\n"; "files.insertFinalNewline" = true; @@ -69,6 +71,7 @@ in "terminal.integrated.copyOnSelection" = true; "terminal.integrated.fontFamily" = builtins.concatStringsSep ", " hmConfig.theme.font.monospace.names; "terminal.integrated.fontSize" = hmConfig.theme.font.size; + "update.mode" = "none"; "window.autoDetectHighContrast" = false; "window.menuBarVisibility" = "toggle"; "workbench.editor.historyBasedLanguageDetection" = true;