remove close repo command

This commit is contained in:
Joao Moreno
2017-08-31 16:12:00 +02:00
parent a7d50c007f
commit c9e070991a
3 changed files with 0 additions and 25 deletions

View File

@@ -36,11 +36,6 @@
"dark": "resources/icons/dark/git.svg"
}
},
{
"command": "git.close",
"title": "%command.close%",
"category": "Git"
},
{
"command": "git.refresh",
"title": "%command.refresh%",
@@ -559,11 +554,6 @@
"group": "5_stash",
"when": "config.git.enabled && scmProvider == git"
},
{
"command": "git.close",
"group": "6_misc",
"when": "config.git.enabled && scmProvider == git"
},
{
"command": "git.showOutput",
"group": "7_repository",