pub async fn install_extension(
source: &str,
include_prerelease: bool,
) -> Result<InstallResult>Expand description
Install an extension from a GitHub repo.
source should be in “owner/repo” format.
Optionally specify version as “owner/repo@version”.