Procházet zdrojové kódy

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

main
Zeeshan před 4 roky
odevzdal Eric Amodio
rodič
revize
718657d2d7
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. +10
    -0
      package.json

+ 10
- 0
package.json Zobrazit soubor

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

Načítá se…
Zrušit
Uložit