Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Clone repo while cloning another repo #849
Comments
|
Thanks @BOT-Man-JL - this indeed sounds like a bug! |
|
It looks like this can't be done on VS2015 as |
…nsExt.CloneAsync`. This was not easy before as the call to `CloneAsync` was hidden in the Clone button command in RepositoryCloneService. This commit: - Stops the `RepositoryCloneViewModel` from doing the clone itself - Adds a `DialogService` to show the clone dialogs and return their results - Adds a "progress" parameter to `RepositoryCloneService.CloneRepository` and `IVSGitServices.Clone` - Makes the connect and start pages use the dialog service to show the dialog and then call the clone service This commit also fixes #849: - `RepositoryCloneService.CloneRepository` and `IVSGitServices.Clone` now return a task that doesn't complete until the clone is complete - Changes `GitHubConnectSection` to have a `Clone` command which disabled itself while the clone is in progress.
Steps:
GitHub-Connect-Team ExplorerCurrent behavior:
Expected behavior:
clonelink while another one is processingThe text was updated successfully, but these errors were encountered: