Class AIActivationServiceImpl

Default implementation of AIActivationService marks the feature active by default.

Adopters may override this implementation to provide custom activation logic.

Note that '@theia/ai-ide' also overrides this service to provide activation based on preferences, disabling the feature by default.

Implements

Constructors

Properties

contextKeyService: ContextKeyService
isActive: boolean = true
onDidChangeAIEnabled: Emitter<boolean> = ...

Accessors

Methods