Class ExtensionContext

The context information of the extension.

Hierarchy

  • ExtensionContext

Constructors

Properties

extensionName?: string

The name of the extension.

isValid?: boolean

Whether the uid in ExtensionContext is valid: true : The uid is valid. false : The uid is invalid.

providerName?: string

The name of the extension provider.

uid?: number

The user ID. 0 represents a local user, while greater than 0 represents a remote user.

Generated using TypeDoc