Skip to content

experiments

Supplies feature gates, dynamic configuration, and development overrides.

Entry points and registration

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

Implementation Purpose
extension.ts Extension

Dependencies and change boundaries

Declared Host dependencies: auth · settings.

Runtime experiments are separate from build profiles and cannot bypass local account-service policy.

See Configuration for activation policy and Features for support status.

← Host extension map · Host