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

    Implements

    Index

    Constructors

    Properties

    fileSearchService: FileSearchService
    preferences: PreferenceService
    workspaceScope: WorkspaceFunctionScope
    ID: string = FIND_FILES_BY_PATTERN_FUNCTION_ID

    Methods

    • Renders a search-result URI in the format expected by the caller: an absolute path for external roots, or a <rootName>/<relativePath> (or bare relative path when no root name is available) for workspace roots.

      Parameters

      • match: URI
      • target: { external: boolean; rootName?: string; rootUri: URI }

      Returns undefined | string