You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
I want to be able to provide more than 72 characters for the long description and sometimes I want to separate my long description with line breaks to make it easier to read.
Describe the solution you'd like
I'd like to be able to press "shift-enter" to get a new line.
Describe alternatives you've considered
Currently I make sure not to stage any changes, then cancel the commit when it asks. This leaves the convention commit message in the source control tab, where I can format my description and then manually commit it.
I see there is also a conventionalCommits.autoCommit property I could set so that it doesn't auto commit, but the majority of the time I'm okay with it auto committing.
Additional context
Example - I'd much rather have this:
Added two new environment variables:
- VITE_API_HOST
- VITE_API_PORT
Rather than
Added two new environment variables: VITE_API_HOST and VITE_API_PORT
The text was updated successfully, but these errors were encountered:
Thank you, that will work. Just out of curiosity, is there a reason the long description isn't a textarea instead of a single line textfield? Its more natural to hit enter (or shift-enter) than type /n but understand there's probably a challenge on why that's the case.
Is your feature request related to a problem? Please describe
I want to be able to provide more than 72 characters for the long description and sometimes I want to separate my long description with line breaks to make it easier to read.
Describe the solution you'd like
I'd like to be able to press "shift-enter" to get a new line.
Describe alternatives you've considered
Currently I make sure not to stage any changes, then cancel the commit when it asks. This leaves the convention commit message in the
source control
tab, where I can format my description and then manually commit it.I see there is also a
conventionalCommits.autoCommit
property I could set so that it doesn't auto commit, but the majority of the time I'm okay with it auto committing.Additional context
Example - I'd much rather have this:
Rather than
The text was updated successfully, but these errors were encountered: