Merge commit 'refs/pull/48020/head' of github.com:Microsoft/vscode into pr/48020

This commit is contained in:
Joao Moreno
2018-07-06 15:10:34 +02:00
3 changed files with 50 additions and 0 deletions

View File

@@ -38,6 +38,15 @@
"dark": "resources/icons/dark/git.svg"
}
},
{
"command": "git.loadRepo",
"title": "%command.loadRepo%",
"category": "Git",
"icon": {
"light": "resources/icons/light/git.svg",
"dark": "resources/icons/dark/git.svg"
}
},
{
"command": "git.close",
"title": "%command.close%",
@@ -336,6 +345,10 @@
"command": "git.init",
"when": "config.git.enabled"
},
{
"command": "git.loadRepo",
"when": "config.git.enabled"
},
{
"command": "git.close",
"when": "config.git.enabled && gitOpenRepositoryCount != 0"
@@ -535,6 +548,11 @@
"group": "navigation",
"when": "config.git.enabled && !scmProvider && gitOpenRepositoryCount == 0 && workspaceFolderCount != 0"
},
{
"command": "git.loadRepo",
"group": "navigation",
"when": "config.git.enabled && !scmProvider && gitOpenRepositoryCount == 0 && workspaceFolderCount != 0"
},
{
"command": "git.commit",
"group": "navigation",