ExtensionState interface
The state of an extension
- Extends
extension |
|
last |
The time at which the version was last checked |
publisher |
|
version |
flags | States of an installed extension |
installation |
List of installation issues |
last |
The time at which this installation was last updated |
extensionName: string
Property Value
string
The time at which the version was last checked
lastVersionCheck: Date
Property Value
Date
publisherName: string
Property Value
string
version: string
Property Value
string
States of an installed extension
flags: ExtensionStateFlags
Property Value
Inherited From InstalledExtensionState.flags
List of installation issues
installationIssues: InstalledExtensionStateIssue[]
Property Value
Inherited From InstalledExtensionState.installationIssues
The time at which this installation was last updated
lastUpdated: Date
Property Value
Date
Inherited From InstalledExtensionState.lastUpdated