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

    Implements

    Index

    Constructors

    Properties

    cachedEntries: undefined | ResolvedRegistryEntry[]
    cachedResponse: undefined | RegistryResponse
    cachedSkills: undefined | ResolvedSkillEntry[]
    onDidChange: Event<void> = ...

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

    onDidChangeEmitter: Emitter<void> = ...
    requestService: RequestService

    Methods

    • Fetches and caches the raw registry response. One HTTP request backs both the MCP and skill slices; the resolved slices are memoized separately and invalidated whenever the raw response is (re-)fetched.

      Parameters

      • forceRefresh: boolean

      Returns Promise<RegistryResponse>