[vscode] commit message に`Co-authored-by: Copilot`が勝手に追加される

2026-04-30
Tech
VSCode

状況

vscodeのGUIでgit commitをすると
copilotを使っていないのにも関わらず
commit message bodyのところにCo-authored-by: Copilotと勝手に書かれてしまうので、これをやめさせたい

解決方法

{
  "git.addAICoAuthor": "off"
}

参考: https://www.reddit.com/r/GithubCopilot/comments/1suf8li/copilot_is_listing_itself_as_a_coauthor_on/