vsCodium: disabled extension update check

This commit is contained in:
Aly Raffauf 2024-03-29 11:16:31 -04:00
parent 92d02ed669
commit 9baa69be8d

View file

@ -16,21 +16,22 @@
enable = true; enable = true;
package = pkgs.vscodium; package = pkgs.vscodium;
enableUpdateCheck = false; enableUpdateCheck = false;
enableExtensionUpdateCheck = false;
userSettings = { userSettings = {
"update.mode" = "none"; "diffEditor.ignoreTrimWhitespace" = false;
"workbench.colorTheme" = "Catppuccin Macchiato"; "editor.fontFamily" = "'NotoSansM Nerd Font', 'monospace', monospace";
"workbench.preferredDarkColorTheme" = "Catppuccin Macchiato"; "explorer.confirmDelete" = false;
"files.autoSave" = "afterDelay";
"git.autofetch" = true; "git.autofetch" = true;
"git.confirmSync" = false; "git.confirmSync" = false;
"files.autoSave" = "afterDelay";
"workbench.preferredLightColorTheme" = "Catppuccin Latte";
"window.zoomPerWindow" = false;
"explorer.confirmDelete" = false;
"workbench.iconTheme" = "catppuccin-macchiato";
"editor.fontFamily" = "'NotoSansM Nerd Font', 'monospace', monospace";
"window.menuBarVisibility" = "hidden";
"diffEditor.ignoreTrimWhitespace" = false;
"nix.formatterPath" = "nixfmt"; "nix.formatterPath" = "nixfmt";
"update.mode" = "none";
"window.menuBarVisibility" = "hidden";
"window.zoomPerWindow" = false;
"workbench.colorTheme" = "Catppuccin Macchiato";
"workbench.iconTheme" = "catppuccin-macchiato";
"workbench.preferredDarkColorTheme" = "Catppuccin Macchiato";
"workbench.preferredLightColorTheme" = "Catppuccin Latte";
}; };
extensions = with pkgs; [ extensions = with pkgs; [