-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Description
I set my templates in the config, but when I "generate" a commit message, my custom template doesn't appear.
"vscodeGitCommit.variables": {
"prefix": "keke",
"aliases": [
{
"label": "🚀 workspace upgrade",
"detail": "Select when a workspace package is upgraded",
"key": "5993179",
},
{
"label": "🌈 style",
"key": "9355052",
"detail": "Select when beautify or style changes"
}
]
}