Add smart commit to git in vscode

This commit is contained in:
Ryan Pandya 2025-01-25 18:35:26 -08:00
parent 676f21251a
commit 3625101fc3

View File

@ -73,6 +73,7 @@ in
"git.autofetch" = true;
"git.confirmSync" = false;
"git.enableCommitSigning" = false;
"git.enableSmartCommit" = true;
"gopls"."ui.semanticTokens" = true;
"[nix]"."editor.defaultFormatter" = "jnoortheen.nix-ide";
"nix.enableLanguageServer" = true;