remove command from scm title

This commit is contained in:
Joao Moreno
2018-07-06 15:22:21 +02:00
parent 23114414a9
commit 80766044f3

View File

@@ -41,11 +41,7 @@
{
"command": "git.openRepository",
"title": "%command.openRepository%",
"category": "Git",
"icon": {
"light": "resources/icons/light/git.svg",
"dark": "resources/icons/dark/git.svg"
}
"category": "Git"
},
{
"command": "git.close",
@@ -548,11 +544,6 @@
"group": "navigation",
"when": "config.git.enabled && !scmProvider && gitOpenRepositoryCount == 0 && workspaceFolderCount != 0"
},
{
"command": "git.openRepository",
"group": "navigation",
"when": "config.git.enabled && !scmProvider && gitOpenRepositoryCount == 0 && workspaceFolderCount != 0"
},
{
"command": "git.commit",
"group": "navigation",