Function zed_extension_api::latest_github_release 
source · pub fn latest_github_release(
    repo: &str,
    options: GithubReleaseOptions
) -> Result<GithubRelease, String>Expand description
Gets the latest release for the given GitHub repository.