Information about extension installation.

interface IInstall {
    packageManager: undefined | string;
    packageName: undefined | string;
    uninstallInstructions: undefined | string;
}

Properties

packageManager: undefined | string

The used package manager (e.g. pip, conda...)

packageName: undefined | string

The package name as known by the package manager.

uninstallInstructions: undefined | string

The uninstallation instructions as a comprehensive text for the end user.