Tell HN: VS Code v1.117.0 automatically adds GitHub Copilot as your co author
70
aadithyassekhar 2 days ago 31 comments
RU version is available. Content is displayed in original English for accuracy.
I don’t even use copilot. Yet, if you are like me and sometimes use the Source Control tab to stage files or manually write commit messages, it automatically appends Copilot as the co author for that commit.
How does anyone at Microsoft/Github thinks this is ok? I don’t even use your AI, this is code I have written myself. This just looks desperate.

Discussion (31 Comments)Read Original on HackerNews
I accepted a typo fix in a changelog while correcting it. Appears as tab to autocomplete for those unaware. Still seems like a reach.
```json // .vscode/settings.json { "git.addAICoAuthor": "off" } ```
If I didn’t explicitly use Copilot for that commit, adding it as co-author is not assistance, it’s misattribution.
Still that doesn't seem very reasonable, LLM autocomplete seems like a basic editor feature nowadays.
Co-authored-by: Copilot <copilot@github.com>
BTW I'm glad MSFT is aggressively pushing AI into VSCode. Maybe they will destroy VSCode in the process, just like Windows -- or at least give other smaller guys some breathing spaces.
Please do, MSFT.