-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
I am wondering if it is possible to have something like
"vscodeGitCommit.template": ["{type}({scope}{sub}): {message}"],
"vscodeGitCommit.variables": {
"scope": [
{
"label": "worker",
"detail": "individual worker"
},
{
"label": "srv",
"detail": "support service for all workflows"
}
],
"sub": "*scope",
"worker": [
{
"label": "worker1"
},
{
"label": "worker2"
}
],
"srv": [
{
"label": "srv1"
},
{
"label": "srv2"
}
],
}So people can select scope and select related sub based on the scope they selected.