Skip to content

Commit

Permalink
Cloning submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoehna committed Apr 24, 2024
1 parent ad416e8 commit 1bec4a9
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 1bec4a9

Please sign in to comment.