Readonly
exportsThe public API exported by this extension
(return value of activateExtension
).
It is an invalid action to access this field before this extension
has been activated.
Readonly
idThe canonical extension identifier in the form of publisher.name
.
Readonly
manifestThe contents of the extension's package.json
.
Optional
Readonly
reasonsOne or more reasons for extension rejection, if the status
is "rejected"
.
Readonly
statusCurrent status of the extension.
Generated using TypeDoc
Represents an extension.
To get a snapshot of an extension for a given extension identifier use getExtension.