Skip to content

managed-setup

Manages deployment settings, team rules, and managed Skills.

Entry points and registration

extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.

Implementation Purpose
managed-setup-service.ts Managed Setup Service
managed-skills-service.ts Managed Skills Service
team-rules.ts Team Rules

Dependencies and change boundaries

Declared Host dependencies: auth · settings · telemetry.

Distinguish managed configuration from user-imported local plugins without reintroducing account prerequisites.

See Configuration for activation policy and Features for support status.

← Host extension map · Host