Browse Source

Closes #952 & #953 - Adds welcome and settings in extension context menu

main
Zeeshan 4 years ago
committed by Eric Amodio
parent
commit
718657d2d7
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      package.json

+ 10
- 0
package.json View File

@ -5714,6 +5714,16 @@
"when": "viewItem =~ /gitlens:pager\\b/",
"group": "1_gitlens_actions@1"
}
],
"extension/context": [
{
"command": "gitlens.showSettingsPage",
"when": "extension == eamodio.gitlens && extensionStatus == installed"
},
{
"command": "gitlens.showWelcomePage",
"when": "extension == eamodio.gitlens && extensionStatus == installed"
}
]
},
"keybindings": [

Loading…
Cancel
Save