I'm using Github Copilot with VSCode also for commit messages generation. In most of the projects, there is a requirement to include also branch name (related to given ask) in commit message, but I can't achieve that with Copilot. Is this possible and if yes, how?
I have tried:
"github.copilot.chatmitMessageGeneration.instructions": [
{
"text": "Include current branch name in commit message"
}
]
but generated commit name don't follow this instruction.