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

    Implements

    Index

    Constructors

    Properties

    _currentTask: undefined | Promise<void>
    _currentTaskName: undefined | string
    commandRegistry: CommandRegistry
    contextMenuRenderer: ContextMenuRenderer
    data: Partial<VSXExtensionData> = {}
    environment: VSXEnvironment
    hoverService: HoverService
    openerService: OpenerService
    pluginServer: PluginServer
    pluginSupport: HostedPluginSupport
    progressService: ProgressService
    registryUri: Promise<string>
    windowService: WindowService
    workspaceTrustService: WorkspaceTrustService

    Accessors

    • get localReadmeUrl(): undefined | string

      The README URL served by the local plugin host for an installed extension, or undefined if the README is not available locally (e.g. for a non-installed extension whose README is hosted by the remote registry). A local README is same-origin and can be fetched directly by the frontend, whereas a remote README must be retrieved through the backend VSXRegistryService.

      Returns undefined | string

    Methods