Skip to content

Read Copilot CLI user-installed plugins from ~/.copilot/installed-plugins/ #302152

@digitarald

Description

@digitarald

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:

  1. Install a plugin via Copilot CLI (e.g., github/moda-linter) — it appears under ~/.copilot/installed-plugins/_direct/github--moda-linter--copilot-plugin/
  2. Open VS Code and check Chat Customizations or use Chat: Configure Skills
  3. 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions