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

    Responsible for UI to set up and control Hosted Plugin Instance.

    Index

    Constructors

    Properties

    debugSessionManager: DebugSessionManager
    environments: EnvVariablesServer
    fileDialogService: FileDialogService
    fileService: FileService
    hostedPluginPreferences: HostedPluginPreferences
    hostedPluginServer: PluginDevServer
    hostedPluginSessionId: undefined | string

    Session ID of the parent pwa-extensionHost debug session

    hostedWindowId: undefined | number

    Electron window ID of the hosted plugin window, for closing on shutdown

    isDebug: boolean = false
    labelProvider: LabelProvider
    messageService: MessageService
    pluginInstanceURL: undefined | string

    URL to the running plugin instance

    pluginLocation: undefined | URI

    path to the plugin on the file system

    stateChanged: Emitter<HostedInstanceData> = ...
    windowService: WindowService
    workspaceService: WorkspaceService

    Accessors

    Methods