Quellcode durchsuchen

Removes orphan showFolderHistory command

main
Eric Amodio vor 5 Jahren
Ursprung
Commit
c29c40924d
1 geänderte Dateien mit 0 neuen und 14 gelöschten Zeilen
  1. +0
    -14
      package.json

+ 0
- 14
package.json Datei anzeigen

@ -2237,11 +2237,6 @@
"category": "GitLens"
},
{
"command": "gitlens.showFolderHistory",
"title": "Show Folder History",
"category": "GitLens"
},
{
"command": "gitlens.showQuickCommitDetails",
"title": "Show Commit Details",
"category": "GitLens"
@ -3422,10 +3417,6 @@
"when": "gitlens:activeFileStatus =~ /tracked/"
},
{
"command": "gitlens.showFolderHistory",
"when": "gitlens:enabled"
},
{
"command": "gitlens.showQuickCommitDetails",
"when": "gitlens:activeFileStatus =~ /blameable/"
},
@ -4194,11 +4185,6 @@
"group": "4_gitlens@1"
},
{
"command": "gitlens.showFolderHistory",
"when": "explorerResourceIsFolder && gitlens:enabled && config.gitlens.menus.explorer.history",
"group": "4_gitlens@1"
},
{
"command": "gitlens.showFileHistoryInView",
"when": "!explorerResourceIsRoot && !explorerResourceIsFolder && gitlens:enabled && config.gitlens.menus.explorer.history",
"group": "4_gitlens@2"

Laden…
Abbrechen
Speichern