Add Git: Clone Recursively option

This patch adds a new command, Git: Clone Recursively, that adds the
--recursive option to git clone in order to also check out git
submodules.

Bug: 108381
This commit is contained in:
Jordan Bayles
2020-10-21 23:05:48 -07:00
parent 05c579b7ba
commit 3082f63523
5 changed files with 34 additions and 6 deletions

View File

@@ -34,4 +34,4 @@ export class GitProtocolHandler implements UriHandler {
dispose(): void {
this.disposables = dispose(this.disposables);
}
}
}