Extension
Represents an extension.
To get an instance of an Extension use getExtension.
Properties
Link copied to clipboard
                  The extension kind describes if an extension runs where the UI runs or if an extension runs where the remote extension host runs. The extension kind is defined in the package.json-file of extensions but can also be refined via the remote.extensionKind-setting. When no remote extension host exists, the value is {@linkcode ExtensionKind.UI}.
Link copied to clipboard
                  The absolute file path of the directory containing this extension. Shorthand notation for Extension.extensionUri.fsPath (independent of the uri scheme).
Link copied to clipboard
                  The uri of the directory containing the extension.
Link copied to clipboard
                  The parsed contents of the extension's package.json.