最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Github Copilot VSCode - Generate Commit message including branch name - Stack Overflow

programmeradmin1浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论