vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Stop sticking copilot junk everywhere.

Open bstableynv5 opened this issue 6 months ago • 7 comments

Every update some new corner of VSCode gets another button for copilot. Then I have to figure out how to hide it. I have copilot turned off as much as is possible in my settings. If copilot is "off" completely, all the copilot buttons should just be hidden everywhere since they should all be useless.

Just today, the update added another new button in the commit messages entry.

Image

bstableynv5 avatar Jun 13 '25 00:06 bstableynv5

I have copilot turned off as much as is possible in my settings.

@bstableynv5, sorry about that. This button should appear if you have hidden Copilot. Could you please share the setting that you have enabled to turn off Copilot? Thanks!

lszomoru avatar Jun 13 '25 08:06 lszomoru

There is no setting at the moment, but this command:

Image

And it should hide everything.

bpasero avatar Jun 13 '25 12:06 bpasero

@lszomoru The copilot related settings I have are:

    "github.copilot.enabled": false,
    "github.copilot.editor.enableCodeActions": false,
    "github.copilot.nextEditSuggestions.enabled": false,
    "chat.commandCenter.enabled": false,
    "chat.agent.enabled": false,

The first 3 became inactive (dim text) at some point. Found on some reddit thread. If there are other settings I can use to disable all chat/llm/AI stuff, I'd love to know about them. My wish would be for a single setting like chat.enabled: false that would eliminate all the AI thing from vscode in one stroke.

bstableynv5 avatar Jun 13 '25 14:06 bstableynv5

Found another

Image

bstableynv5 avatar Jun 13 '25 18:06 bstableynv5

@bstableynv5, the recommended way to completely hide Copilot is the menu item mentioned in https://github.com/microsoft/vscode/issues/251334#issuecomment-2970274948

lszomoru avatar Jun 14 '25 11:06 lszomoru

@lszomoru Thank you. Then there isn't a JSON config analog of that command? I hope one will be added soon that disables and hides all chat/AI related things.

bstableynv5 avatar Jun 16 '25 14:06 bstableynv5

Then there isn't a JSON config analog of that command? I hope one will be added soon that disables and hides all chat/AI related things.

There is not one at the moment, and I will defer to @bpasero as he owns the "Hide Copilot" action.

lszomoru avatar Jun 16 '25 18:06 lszomoru

/duplicate https://github.com/microsoft/vscode/issues/249615

bpasero avatar Jun 16 '25 18:06 bpasero

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.

Happy Coding!