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

    Represents a Theia plugin as well as a VSCode extension.

    Type Parameters

    • T

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    extensionKind: ExtensionKind

    The extension kind describes if an extension runs where the UI runs or if an extension runs where the remote extension host runs. The extension kind is defined in the package.json-file of extensions. When no remote extension host exists, the value is ExtensionKind.UI.

    extensionPath: string

    The absolute file path of the directory containing this extension. Same as theia.Plugin.pluginPath.

    extensionUri: Uri

    The uri of the directory containing the extension. Same as theia.Plugin.pluginUri.

    id: string

    The canonical plug-in identifier in the form of: publisher.name.

    isFromDifferentExtensionHost: boolean
    packageJSON: any

    eslint-disable-next-line @typescript-eslint/no-explicit-any

    pluginPath: string

    The absolute file path of the directory containing this plug-in.

    pluginType: PluginType
    pluginUri: Uri

    The uri of the directory containing this plug-in.

    Accessors

    Methods