vscode icon indicating copy to clipboard operation
vscode copied to clipboard

"Hide copilot" should be a `settings.json` setting, not a magical command palette action

Open adalisk-emikhaylov opened this issue 7 months ago • 0 comments

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.100.2
  • OS Version: Ubuntu 22.04.5

Currently to disable Copilot you need to click CtrlShiftP -> Hide Copilot.

I was expecting it to set a flag in settings.json so that I don't have to repeat this on every new machine, but alas the flag is stored somewhere else.

This is inconsistent with how most other settings are managed.

adalisk-emikhaylov avatar May 23 '25 11:05 adalisk-emikhaylov