Describe the bug
When running the command copilot plugin marketplace remove {your-markeplace} --force, the plugins from that marketplace are uninstalled
Affected version
GitHub Copilot CLI 1.0.45
Steps to reproduce the behavior
- Install a plugin using
copilot plugin install {your-plugin}@{your-marketplace}
- Check
$HOME\.copilot\settings.json and a new entry is added under enabledPlugins
- Remove the marketplace and all the plugins with the command
copilot plugin marketplace remove {your-marketplace} --force
- Re-add the marketplace
copilot plugin marketplace add {org}\{repo}
- Check that
$HOME\.copilot\settings.json entry was not removed
- Open copilot and it will auto-install all the plugins in
enabledPlugins
Expected behavior
The enabledPlugins property in the settings.json file should be removed to avoid auto-install
Additional context
No response
Describe the bug
When running the command
copilot plugin marketplace remove {your-markeplace} --force, the plugins from that marketplace are uninstalledAffected version
GitHub Copilot CLI 1.0.45
Steps to reproduce the behavior
copilot plugin install {your-plugin}@{your-marketplace}$HOME\.copilot\settings.jsonand a new entry is added underenabledPluginscopilot plugin marketplace remove {your-marketplace} --forcecopilot plugin marketplace add {org}\{repo}$HOME\.copilot\settings.jsonentry was not removedenabledPluginsExpected behavior
The
enabledPluginsproperty in the settings.json file should be removed to avoid auto-installAdditional context
No response