VS Code で企業管理型プラグインが公開プレビューに
GitHub は VS Code リリース 1.122 にて、企業管理者が Copilot CLI および VS Code クライアントに対してプラグインの自動配布や設定を一元管理できる機能を公開プレビューとして導入した。
キーポイント
Enterprise-managed プラグイン機能の統合
VS Code と GitHub Copilot CLI の両方で、企業管理者が設定ファイルを通じてプラグインの自動インストールと管理を可能にする機能が追加された。
開発者オンボーディングの効率化
カスタムエージェントやスキルを広く共有することで、新規開発者のセットアップ時間を短縮し、標準的な環境構築を自動化できる。
ガバナンス戦略の強化
企業全体で常に有効化されるフックや MCP(Model Context Protocol)設定を定義することで、セキュリティとコンプライアンスを強化する。
重要な引用
VS Code release version 1.122 adds support for this enterprise-managed capability.
The baseline standards you set for your enterprise apply to every user's Copilot CLI and VS Code clients.
You can also specify plugins to be automatically installed whenever users authenticate from VS Code or Copilot CLI.
影響分析・編集コメントを表示
影響分析
この機能は、AI エージェントツールの導入が進む企業において、セキュリティリスクを管理しつつ開発生産性を最大化するための重要なガバナンス手段となります。特に MCP やカスタムエージェントの統一管理が可能になることで、組織全体での AI ツール利用の標準化とコンプライアンス遵守が容易になります。
編集コメント
開発者体験の向上とセキュリティガバナンスの両立を可能にする、実務的なアップデートです。特に大規模組織における AI ツールの標準化運用において即座に活用できる機能と言えます。
先月、企業管理者が自社の GitHub Copilot CLI ユーザーに対してプラグインの構成と配布を可能にする Copilot CLI を搭載した公開プレビューを開始しました。VS Code のリリースバージョン 1.122 では、この企業管理機能へのサポートが追加されました。企業が設定する基本基準は、すべてのユーザーの Copilot CLI および VS Code クライアントに適用されます。
プラグインは多くの拡張性タイプをサポートしており、自動的にインストールされることで、開発者のオンボーディングを改善し、カスタムエージェントやスキルを広範に共有することでセットアップ時間を短縮できます。また、企業全体で常に有効になるフック(hooks)や MCP 構成(MCP configurations)を定義することで、ガバナンス戦略を強化することも可能です。
.settings.json ファイル(.github-private/.github/copilot/settings.json に配置)内でプラグインマーケットプレイスを定義してください。これにより、VS Code と Copilot CLI の両方で、Copilot Business または Copilot Enterprise を通じて企業アカウントからライセンスを取得したユーザーに対して、これらの設定が自動的に取得・適用されます。また、ユーザーが VS Code または Copilot CLI から認証を行う際に自動的にインストールされるプラグインを指定することもできます。
詳細については、企業管理クライアント設定に関するドキュメントをご覧ください。
GitHub コミュニティ内のディスカッションに参加してください。
本記事「Enterprise-managed plugins in VS Code in public preview」は、The GitHub Blog で最初に公開されました。
原文を表示
Last month we launched a public preview with Copilot CLI that allows enterprise administrators the ability to configure and distribute plugins to GitHub Copilot CLI users across their enterprise. VS Code release version 1.122 adds support for this enterprise-managed capability. The baseline standards you set for your enterprise apply to every user’s Copilot CLI and VS Code clients.
Plugins support many extensibility types and can be automatically installed, helping improve developer onboarding and reduce setup time by broadly sharing custom agents and skills. You can also strengthen your governance strategy by defining hooks and MCP configurations that are always enabled across your enterprise.
Define plugin marketplaces in a settings.json file located at .github-private/.github/copilot/settings.json. Now both VS Code and Copilot CLI will automatically pull and apply these settings for users licensed through your enterprise account with Copilot Business or Copilot Enterprise. You can also specify plugins to be automatically installed whenever users authenticate from VS Code or Copilot CLI.
To learn more, see our documentation on Enterprise managed client settings docs.
Join the discussion within GitHub Community.
The post Enterprise-managed plugins in VS Code in public preview appeared first on The GitHub Blog.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み