This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
GitHub extension stopped reporting progress when cloning from the Start Page #2196
Closed
Description
In all recent versions of the GitHub extension, I've noticed that a clone from the Start Page does not show progress on the status bar of Visual Studio.
On debugging the Clone API call in Team Explorer I found that a null IProgress was being sent and hence progress cannot be reported.
We're planning to add this feature to the Start Window and this lack of progress will cause experience gaps.