Browse Source

Hides the show line history command unless enabled

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

+ 1
- 1
package.json View File

@ -4420,7 +4420,7 @@
},
{
"command": "gitlens.showLineHistoryView",
"when": "gitlens:enabled"
"when": "gitlens:enabled && config.gitlens.views.lineHistory.enabled"
},
{
"command": "gitlens.showRemotesView",

Loading…
Cancel
Save