vscode-commit-message-editor icon indicating copy to clipboard operation
vscode-commit-message-editor copied to clipboard

Method for managing length of subject line

Open cbranch101 opened this issue 4 years ago • 2 comments

Is there anyway I can tell if my subject line is longer than the reccommended 75 characters?

cbranch101 avatar Jan 26 '21 15:01 cbranch101

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.

bendera avatar Jan 26 '21 23:01 bendera

Oh, sorry, I misunderstood your question. Currently, that is not possible.

bendera avatar Jan 27 '21 15:01 bendera