0%

vscode 使用 conventionalcommits

 

看保哥文章發現的好物, 要是早點發現就不用跟人吵這些沒意義的

主要規範參考這裡, 也有中文版本

反正就是複製這網頁下來然後存成 .copilot-commit-message-instructions.md

接著在 settings.json 設定加上這段即可

1
2
3
4
5
6
"github.copilot.chat.commitMessageGeneration.instructions": [
{
"file": ".copilot-commit-message-instructions.md",
"text": "使用台灣繁體中文"
}
],
關閉