vscode-git-commit icon indicating copy to clipboard operation
vscode-git-commit copied to clipboard

feature request: optional template items

Open janweigel opened this issue 1 year ago • 0 comments

Hello, It would be a great addition if template items could be defined as optional as it is common practice when using conventional commit style. For example if the template is {type} {scope}: {message} it would be great if the {scope} could be defined as optional like {type} {scope?}: {message}

Or even better, if a complete block could be defined as optional. Which means if we have a template: {type} - {scope}: {message} the whole block could be optional if no value for the containing variable is set: {type}{ - {scope}?}: {message}

janweigel avatar Jun 28 '24 15:06 janweigel