소스 검색

Removes orphan showFolderHistory command

main
Eric Amodio 5 년 전
부모
커밋
c29c40924d
1개의 변경된 파일0개의 추가작업 그리고 14개의 파일을 삭제
  1. +0
    -14
      package.json

+ 0
- 14
package.json 파일 보기

@ -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"

불러오는 중...
취소
저장