Removes setting & command to show/hide stashes view

This commit is contained in:
Eric Amodio
2017-08-16 23:33:27 -04:00
parent 00cdd2e375
commit e39bd5dad3
4 changed files with 16 additions and 26 deletions

View File

@@ -407,11 +407,6 @@
"default": null,
"description": "Specifies how all absolute dates will be formatted by default\nSee https://momentjs.com/docs/#/displaying/format/ for valid formats"
},
"gitlens.stashExplorer.enabled": {
"type": "boolean",
"default": false,
"description": "Specifies whether or not to show the `Git Stashes` explorer"
},
"gitlens.stashExplorer.stashFormat": {
"type": "string",
"default": "${message}",
@@ -1011,11 +1006,6 @@
"command": "gitlens.stashExplorer.openFileInRemote",
"title": "Open File in Remote",
"category": "GitLens"
},
{
"command": "gitlens.stashExplorer.toggle",
"title": "Toggle Git Stashes Explorer",
"category": "GitLens"
}
],
"menus": {
@@ -1172,10 +1162,6 @@
"command": "gitlens.gitExplorer.refresh",
"when": "gitlens:enabled"
},
{
"command": "gitlens.stashExplorer.toggle",
"when": "gitlens:enabled"
},
{
"command": "gitlens.stashExplorer.refresh",
"when": "gitlens:enabled"
@@ -1552,7 +1538,7 @@
{
"id": "gitlens.stashExplorer",
"name": "Git Stashes",
"when": "gitlens:enabled && config.gitlens.stashExplorer.enabled"
"when": "gitlens:enabled"
}
]
}