Theia API Documentation v1.75.0
    Preparing search index...

    Hides all AI preferences (ai-features.*) from the Settings UI once the AI Configuration view covers them (eclipsesource/theia#316). The schemas stay registered so validation and typing are unaffected; only their Settings-UI visibility is turned off via hidden: true. Matching by prefix means any future AI preference is covered without per-schema maintenance.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    hiding: boolean = false

    Re-entrancy guard: PreferenceSchemaService.updateSchemaProperty fires onDidChangeSchema synchronously, so our own writes call hideAiPreferences back while it is still iterating the service's live property map.

    Methods