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

@@ -3,6 +3,7 @@
"description": "Git SCM Integration",
"command.setLogLevel": "Set Log Level...",
"command.clone": "Clone",
"command.cloneRecursively": "Clone Recursively",
"command.init": "Initialize Repository",
"command.openRepository": "Open Repository",
"command.close": "Close Repository",