Skip to main content

InstallVsix

Function InstallVsix 

Source
pub fn InstallVsix(
    VsixPath: &Path,
    InstallRoot: &Path,
) -> Result<InstallOutcome, InstallError>
Expand description

Open VsixPath and install its payload under InstallRoot. On success the caller receives the new identifier, install directory, and a DTO ready for ScannedExtensionCollection::AddOrUpdate.