From 143c8aaee521d1e1a2fe4fd1f296cd4662a9a73b Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Wed, 29 Jun 2022 13:28:45 -0400 Subject: [PATCH] vscode: git.autofetch --- modules/profiles/desktop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index 613c54a..37a665c 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -79,6 +79,7 @@ with lib; "files.insertFinalNewline" = true; "files.trimFinalNewlines" = true; "files.watcherExclude"."**/result/**" = true; + "git.autofetch" = true; "git.confirmSync" = false; "python.formatting.autopep8Args" = [ "--max-line-length=999" ]; "python.showStartPage" = false;