vscodium disabled extension autoUpdate

This commit is contained in:
willifan 2024-06-16 18:42:14 +02:00
parent 1bfbff4b69
commit 76c477b6d4

View file

@ -10,6 +10,7 @@
"[nix]"."editor.tabSize" = 2; "[nix]"."editor.tabSize" = 2;
"explorer.confirmDragAndDrop" = false; "explorer.confirmDragAndDrop" = false;
"cmake.showOptionsMovedNotification" = false; "cmake.showOptionsMovedNotification" = false;
"extensions.autoUpdate" = false;
}; };
extensions = with pkgs.vscode-extensions; [ extensions = with pkgs.vscode-extensions; [
# System # System