Add enableSmartCommit
Some checks are pending
SSH and echo to file / ssh (push) Waiting to run

This commit is contained in:
Joey Hafner 2024-10-16 21:41:14 -07:00
parent 725e5a26a1
commit e66a0d48a9

View File

@ -19,6 +19,7 @@
"git.autofetch" = true; "git.autofetch" = true;
"git.confirmSync" = false; "git.confirmSync" = false;
"editor.fontFamily" = lib.mkForce "'Symbols Nerd Font Mono', 'PowerlineSymbols', 'DejaVu Sans Mono'"; "editor.fontFamily" = lib.mkForce "'Symbols Nerd Font Mono', 'PowerlineSymbols', 'DejaVu Sans Mono'";
"git.enableSmartCommit" = true;
}; };
userTasks = { userTasks = {
version = "2.0.0"; version = "2.0.0";