mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 18:48:45 -05:00
Removes stash list in explorer command
Rename Show File History in Explorer back to Open File History Explorer Removes the git explorer view (for now)
This commit is contained in:
15
package.json
15
package.json
@@ -854,7 +854,7 @@
|
||||
},
|
||||
{
|
||||
"command": "gitlens.showFileHistory",
|
||||
"title": "Show File History in Explorer",
|
||||
"title": "Open File History Explorer",
|
||||
"category": "GitLens"
|
||||
},
|
||||
{
|
||||
@@ -897,11 +897,6 @@
|
||||
"title": "Show Stashed Changes",
|
||||
"category": "GitLens"
|
||||
},
|
||||
{
|
||||
"command": "gitlens.showStashList",
|
||||
"title": "Show Stashed Changes in Explorer",
|
||||
"category": "GitLens"
|
||||
},
|
||||
{
|
||||
"command": "gitlens.copyShaToClipboard",
|
||||
"title": "Copy Commit ID to Clipboard",
|
||||
@@ -1081,10 +1076,6 @@
|
||||
"command": "gitlens.showQuickStashList",
|
||||
"when": "gitlens:enabled"
|
||||
},
|
||||
{
|
||||
"command": "gitlens.showStashList",
|
||||
"when": "gitlens:enabled"
|
||||
},
|
||||
{
|
||||
"command": "gitlens.copyShaToClipboard",
|
||||
"when": "gitlens:isBlameable"
|
||||
@@ -1475,10 +1466,6 @@
|
||||
],
|
||||
"views": {
|
||||
"explorer": [
|
||||
{
|
||||
"id": "gitlens.gitExplorer",
|
||||
"name": "GitLens Explorer"
|
||||
},
|
||||
{
|
||||
"id": "gitlens.stashExplorer",
|
||||
"name": "Git Stashes"
|
||||
|
||||
Reference in New Issue
Block a user