Skip to content

Commit

Permalink
Cloning submodules (#384)
Browse files Browse the repository at this point in the history
Co-authored-by: Darren Hoehna <[email protected]>
  • Loading branch information
dhoehna and dhoehna authored Apr 26, 2024
1 parent ad416e8 commit 3c58a6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GitHubExtension/Providers/RepositoryProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public IAsyncOperation<ProviderOperationResult> CloneRepositoryAsync(IRepository
var cloneOptions = new LibGit2Sharp.CloneOptions
{
Checkout = true,
RecurseSubmodules = true,
};

if (developerId != null)
Expand Down

0 comments on commit 3c58a6c

Please sign in to comment.