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

    Context passed to resolveSearchResults so contributions can honour the search bar's "only show verified" toggle (and any future filters added there).

    interface SearchContext {
        verifiedOnly: boolean;
    }
    Index

    Properties

    Properties

    verifiedOnly: boolean

    Toggled by the extensions.onlyShowVerifiedExtensions preference. The preference was introduced to filter the OVSX result set down to namespace-verified publishers, but the same flag also drives "verified" filters in other contributions - each one decides what "verified" means in its domain (e.g. @theia/ai-registry reads it as "approved in the AI registry"). Document this domain mapping next to any consumer.