mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
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:
@@ -34,4 +34,4 @@ export class GitProtocolHandler implements UriHandler {
|
||||
dispose(): void {
|
||||
this.disposables = dispose(this.disposables);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user