Config VSCode to always commit all without asking

This commit is contained in:
2024-03-27 23:46:23 +00:00
parent 24f492e44f
commit d19d9ac0ed

View File

@@ -219,6 +219,7 @@
"diffEditor.ignoreTrimWhitespace" = false;
# Git
"git.enableCommitSigning" = false;
"git.enableSmartCommit" = true;
# Styling
"window.autoDetectColorScheme" = true;
"workbench.preferredDarkColorTheme" = "Default Dark Modern";