vscode
vscode copied to clipboard
"Hide copilot" should be a `settings.json` setting, not a magical command palette action
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.