VS Code enables a feature in version 1.95 that shows up as a little icon next to the title bar:
It doesn’t do much to start except for trying to get you to install GitHub’s CoPilot extension:
It’s annoying, but really easy to remove. Simply add the following to your VS Code settings and the icon will disappear:
{
...
"chat.commandCenter.enabled": false,
...
}
That’s it. No more annoying icon wasting space in your editor.