vscode-commit-message-editor
vscode-commit-message-editor copied to clipboard
Method for managing length of subject line
Is there anyway I can tell if my subject line is longer than the reccommended 75 characters?
Hi,
Currently, the simplest way is that if you set the multiline option to true for that field. Check this: https://github.com/bendera/vscode-commit-message-editor#customizing-the-commit-message-form
Let me know if it isn't clear.
Oh, sorry, I misunderstood your question. Currently, that is not possible.