Theia API Documentation v1.73.0
    Preparing search index...
    interface RegistryFetchService {
        onDidChange: Event<void>;
        getEntries(forceRefresh?: boolean): Promise<ResolvedRegistryEntry[]>;
        getSkillEntries(forceRefresh?: boolean): Promise<ResolvedSkillEntry[]>;
    }

    Implemented by

    Index

    Properties

    onDidChange: Event<void>

    Fires whenever the cached set of resolved entries changes (initial load, manual refresh).

    Methods