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

    An abstract superclass for frontend contributions that add a view to the application shell.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    applicationServer: ApplicationServer
    clientProvider: OVSXClientProvider
    clipboardService: ClipboardService
    commandRegistry: CommandRegistry
    fileDialogService: FileDialogService
    labelProvider: LabelProvider
    messageService: MessageService
    preferenceService: PreferenceService
    quickInput: QuickInputService
    quickView: QuickViewService
    selectionService: SelectionService
    toggleCommand?: Command
    vsxApiFilter: OVSXApiFilterProvider
    widgetManager: WidgetManager

    Accessors

    • get viewId(): string

      Returns string

    • get viewLabel(): string

      Returns string

    • get widget(): Promise<T>

      Returns Promise<T>

    Methods

    • Installs a local vs-code extension file. The implementation doesn't check if the file is a valid VSIX file, or the URI has a *.vsix extension. The caller should ensure the file is a valid VSIX file.

      Parameters

      • fileURI: URI

        the URI of the file to install.

      Returns Promise<void>