Back to news
devops Priority 4/5 6/6/2026, 11:05:15 AM

GitHub Announces Public Preview of Enterprise-Managed Plugins for Copilot in VS Code

GitHub Announces Public Preview of Enterprise-Managed Plugins for Copilot in VS Code

GitHub has extended its enterprise management capabilities for Copilot plugins to VS Code, starting with version 1.122. This feature, which was previously available only for the Copilot CLI, allows administrators to automatically install and configure custom agents, extensions, and Model Context Protocol configurations across their development environments.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#github#copilot#vscode#mcp

Comparison

AspectBefore / AlternativeAfter / This
Installation MethodManual installation and setup by individual developersAutomated, centralized distribution via configuration file
Configuration PathLocal client settings configured on each developer machineManaged configuration hosted in .github-private/.github/copilot/settings.json
Supported ClientsCopilot CLI onlyBoth Copilot CLI and VS Code version 1.122 or later
Policy ControlOptional plugin adoption depending on developer preferenceEnforced baseline configurations and standardized developer tooling

Action Checklist

  1. Verify active subscription for GitHub Copilot Business or Copilot Enterprise This feature is only available under these specific enterprise licensing tiers.
  2. Ensure developer environments are updated to VS Code version 1.122 or later The integration relies on VS Code client-side changes introduced in this release.
  3. Create the configuration file at .github-private/.github/copilot/settings.json The directory structure must be exactly as specified within your private administrative repository.
  4. Define marketplace plugin details and Model Context Protocol configurations in the JSON file Double-check the JSON schema against the official Copilot documentation to avoid deployment errors.

Source: GitHub Changelog

This page summarizes the original source. Check the source for full details.

Related