OPEN_SOURCE ↗
X · X// 4h agoPRODUCT UPDATE
VS Code adds enterprise chat gate
Visual Studio Code 1.118 introduces the `ChatApprovedAccountOrganizations` device policy, which keeps chat and related AI features disabled until a user signs in with a GitHub account that belongs to an approved organization and the account-side policy check resolves. It gives enterprises a fail-closed way to enforce org-based access across chat entry points.
// ANALYSIS
This is a solid enterprise control, but it also makes AI access in VS Code more conditional and easier to misconfigure than a simple on/off switch.
- –The policy is explicitly fail-closed, so AI features stay off until identity and eligibility both clear.
- –It extends governance across chat surfaces, not just one Copilot setting, which matters in larger managed environments.
- –The wildcard option for GitHub Enterprise deployments is practical, but it also shows this is built for centralized IT policy, not individual developers.
- –The upside is tighter compliance and less accidental AI exposure; the downside is more support friction when org membership or policy sync is stale.
// TAGS
visual-studio-codeidechatbotai-codingsafety
DISCOVERED
4h ago
2026-04-30
PUBLISHED
4h ago
2026-04-30
RELEVANCE
8/ 10
AUTHOR
code