Hierarchy

Implements

  • ColorContribution
  • FrontendApplicationContribution

Constructors

Properties

applicationServer: ApplicationServer
clientProvider: OVSXClientProvider
clipboardService: ClipboardService
commandRegistry: CommandRegistry
fileDialogService: FileDialogService
labelProvider: LabelProvider
messageService: MessageService
preferenceService: PreferenceService
quickInput: QuickInputService
selectionService: SelectionService
vsxApiFilter: OVSXApiFilterProvider

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>