vscode: saner git commit message length

This commit is contained in:
Katherina Walshe-Grey 2024-06-27 11:39:03 +01:00
parent 082db65a0b
commit edd13a8775

View file

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