This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Description
In VS 2017, we've introduced a new Clone API that enables cloning in Team Explorer and returns progress through an IProgress.
To enable the Start Page to display progress in the status bar, the GitHub provider should pass on the IProgress to the Clone API.
A sample usage of the new Clone API can be found here:
https://github.com/prasethu/CloneAPISample
Specifically this file: CloneAPISample/VSIXProject2/Command1.cs