Browse Source

Changes regex to make it easier to search for view

main
Eric Amodio 4 years ago
parent
commit
8de16f9dfd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -6991,7 +6991,7 @@
},
{
"submenu": "gitlens/commit/file/commit",
"when": "!gitlens:readonly && view =~ /^gitlens\\.views\\.(file|line)History/ && viewItem =~ /gitlens:file\\b(?=.*?\\b\\+committed\\b)/",
"when": "!gitlens:readonly && view =~ /^gitlens\\.views\\.(fileHistory|lineHistory)/ && viewItem =~ /gitlens:file\\b(?=.*?\\b\\+committed\\b)/",
"group": "3_gitlens_explore@0"
},
{

Loading…
Cancel
Save