ExtensionState interface
The state of an extension
- Extends
Properties
extension |
|
last |
The time at which the version was last checked |
publisher |
|
version |
Inherited Properties
flags | States of an installed extension |
installation |
List of installation issues |
last |
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