Plugins installed via Copilot CLI (stored in ~/.copilot/installed-plugins/_direct/) are not automatically discovered by VS Code. Users expect a single plugin to work across both Copilot CLI and VS Code without a separate installation step.
Steps to Reproduce:
- Install a plugin via Copilot CLI (e.g.,
github/moda-linter) — it appears under ~/.copilot/installed-plugins/_direct/github--moda-linter--copilot-plugin/
- Open VS Code and check Chat Customizations or use
Chat: Configure Skills
- The CLI-installed plugin does not appear
Expected Behavior:
VS Code should discover and list plugins installed by Copilot CLI from the shared ~/.copilot/installed-plugins/ directory, or provide a clear path for users to use the same plugin across both surfaces.
Current Workarounds:
- Use
Chat: Install Plugin From Source to install the same plugin separately in VS Code
- Add the plugin path to the
chat.plugins.paths setting manually
Plugins installed via Copilot CLI (stored in
~/.copilot/installed-plugins/_direct/) are not automatically discovered by VS Code. Users expect a single plugin to work across both Copilot CLI and VS Code without a separate installation step.Steps to Reproduce:
github/moda-linter) — it appears under~/.copilot/installed-plugins/_direct/github--moda-linter--copilot-plugin/Chat: Configure SkillsExpected Behavior:
VS Code should discover and list plugins installed by Copilot CLI from the shared
~/.copilot/installed-plugins/directory, or provide a clear path for users to use the same plugin across both surfaces.Current Workarounds:
Chat: Install Plugin From Sourceto install the same plugin separately in VS Codechat.plugins.pathssetting manually