Config VSCode to always commit all without asking
This commit is contained in:
1
home.nix
1
home.nix
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user