A VS Code extension that lets you browse and install Copilot plugins from the
Enterprise Plugin Marketplace without memorizing CLI commands. It is a thin
UI wrapper around the Copilot CLI — every install, update, and uninstall is
executed by copilot plugin ... under the hood, and every state-changing action
asks for confirmation first.
Requirements
Copilot CLI on your PATH
(or set enterprisePlugins.copilotCliPath).
VS Code 1.85.0 or newer.
Features
Register the marketplace with one command (copilot plugin marketplace add).
Browse available plugins in a dedicated sidebar view, split into
Available and Installed sections.
Install / update / uninstall plugins from inline actions, each behind a
confirmation prompt.
Plugin details panel with description and — when the marketplace is a local
checkout — version, category, keywords, author, and a link to the plugin README.
All CLI output is streamed to the Enterprise Plugin Marketplace output channel.
npm install
npm run check-types # type-check
npm run test:parse # run CLI output parser assertions
npm run compile # dev build (dist/extension.js)
npm run watch # rebuild on change
npm run package # produce a .vsix (requires @vscode/vsce)
Press F5 in VS Code to launch an Extension Development Host.