Repository.close

fixes #35041
This commit is contained in:
Joao Moreno
2017-09-28 11:09:30 +02:00
parent 38551e71b4
commit a13fdcbf50
6 changed files with 88 additions and 26 deletions

View File

@@ -36,6 +36,11 @@
"dark": "resources/icons/dark/git.svg"
}
},
{
"command": "git.close",
"title": "%command.close%",
"category": "Git"
},
{
"command": "git.refresh",
"title": "%command.refresh%",
@@ -565,6 +570,13 @@
"when": "config.git.enabled && scmProvider == git"
}
],
"scm/sourceControl": [
{
"command": "git.close",
"group": "navigation",
"when": "config.git.enabled && scmProvider == git"
}
],
"scm/resourceGroup/context": [
{
"command": "git.stageAll",