mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
💄
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user