ExtensionState interface

The state of an extension

Extends

Properties

extensionName
lastVersionCheck

The time at which the version was last checked

publisherName
version

Inherited Properties

flags

States of an installed extension

installationIssues

List of installation issues

lastUpdated

The time at which this installation was last updated

Property Details

extensionName

extensionName: string

Property Value

string

lastVersionCheck

The time at which the version was last checked

lastVersionCheck: Date

Property Value

Date

publisherName

publisherName: string

Property Value

string

version

version: string

Property Value

string

Inherited Property Details

flags

States of an installed extension

flags: ExtensionStateFlags

Property Value

Inherited From InstalledExtensionState.flags

installationIssues

List of installation issues

installationIssues: InstalledExtensionStateIssue[]

Property Value

Inherited From InstalledExtensionState.installationIssues

lastUpdated

The time at which this installation was last updated

lastUpdated: Date

Property Value

Date

Inherited From InstalledExtensionState.lastUpdated