vscode: warn on long git commit messages

This commit is contained in:
Katherina Walshe-Grey 2024-06-27 10:42:33 +01:00
parent aaaa4b8171
commit 5cadb7d36e

View file

@ -17,6 +17,7 @@
"git.autofetch" = true; "git.autofetch" = true;
"git.confirmSync" = false; "git.confirmSync" = false;
"git.enableSmartCommit" = true; "git.enableSmartCommit" = true;
"git.inputValidation" = true;
"javascript.updateImportsOnFileMove.enabled" = "always"; "javascript.updateImportsOnFileMove.enabled" = "always";
"nix.enableLanguageServer" = true; "nix.enableLanguageServer" = true;
"nix.serverPath" = "nil"; "nix.serverPath" = "nil";