vscode: git.autofetch

This commit is contained in:
Sean Buckley 2022-06-29 13:28:45 -04:00
parent 6c9e898838
commit 143c8aaee5

View file

@ -79,6 +79,7 @@ with lib;
"files.insertFinalNewline" = true; "files.insertFinalNewline" = true;
"files.trimFinalNewlines" = true; "files.trimFinalNewlines" = true;
"files.watcherExclude"."**/result/**" = true; "files.watcherExclude"."**/result/**" = true;
"git.autofetch" = true;
"git.confirmSync" = false; "git.confirmSync" = false;
"python.formatting.autopep8Args" = [ "--max-line-length=999" ]; "python.formatting.autopep8Args" = [ "--max-line-length=999" ];
"python.showStartPage" = false; "python.showStartPage" = false;