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; "diffEditor.ignoreTrimWhitespace" = false;
# Git # Git
"git.enableCommitSigning" = false; "git.enableCommitSigning" = false;
"git.enableSmartCommit" = true;
# Styling # Styling
"window.autoDetectColorScheme" = true; "window.autoDetectColorScheme" = true;
"workbench.preferredDarkColorTheme" = "Default Dark Modern"; "workbench.preferredDarkColorTheme" = "Default Dark Modern";