vscode-git-commit
vscode-git-commit copied to clipboard
最新的vscode生成的commit message位置不对,跑到其他存储库条目上了
Hey Kevin, thanks a lot for your work on this really useful extension. We set it up with a template that allows for optional details at the end of the...
As described in #29 there are cases where additional empty lines at the end of the message can occur. This patch strips them from the template result before setting it...
Hey! I think it would be cool if you can edit default commit options. Idk if it's clear, but here's what i call "commit options"  Idk if it's already...
Hello, Thank you for the extension, I am starting to use it. Do you think it could be possible to have an option to display only the file name and...
So, first of all - Great Work! This extension seems very useful. ❤️ I'm not sure if it is already there. It would be great if I could get a...
I am wondering if it is possible to have something like ```json "vscodeGitCommit.template": ["{type}({scope}{sub}): {message}"], "vscodeGitCommit.variables": { "scope": [ { "label": "worker", "detail": "individual worker" }, { "label": "srv", "detail":...
Will be great if users will be to have a same format by applying a case format function to variable to have all message similar
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...
How should my `settings.json` entry look so that one of the variables in the commit message is only allowed to be a number (integer) ?