This commit is contained in:
João Moreno
2020-10-22 21:12:13 +02:00
parent 990c0284db
commit 0f1904834b
4 changed files with 23 additions and 22 deletions

View File

@@ -39,8 +39,8 @@
"category": "Git"
},
{
"command": "git.cloneRecursively",
"title": "%command.cloneRecursively%",
"command": "git.cloneRecursive",
"title": "%command.cloneRecursive%",
"category": "Git"
},
{
@@ -501,7 +501,7 @@
"when": "config.git.enabled && !git.missing"
},
{
"command": "git.cloneRecursively",
"command": "git.cloneRecursive",
"when": "config.git.enabled && !git.missing"
},
{
@@ -894,11 +894,6 @@
"command": "git.showOutput",
"group": "3_footer",
"when": "scmProvider == git"
},
{
"command": "git.cloneRecursively",
"group": "3_footer",
"when": "scmProvider == git"
}
],
"scm/sourceControl": [