Edit

IExtensionContext interface

Identifier for the current extension

Properties

baseUri

URI for extension assets

extensionId

Id of the extension (without the publisher prefix)

id

Full id of the extension <publisher>.<extension>

publisherId

Id of the publisher

version

Version of the extension

Property Details

baseUri

URI for extension assets

baseUri?: string

Property Value

string

extensionId

Id of the extension (without the publisher prefix)

extensionId: string

Property Value

string

id

Full id of the extension <publisher>.<extension>

id: string

Property Value

string

publisherId

Id of the publisher

publisherId: string

Property Value

string

version

Version of the extension

version: string

Property Value

string