Represents an plugin.

To get an instance of an Plugin use getPlugin.

Type Parameters

  • T

Hierarchy (view full)

Implements

Constructors

Properties

#pluginManager: PluginManager
id: string

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

packageJSON: any

The parsed contents of the plug-in's package.json.

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