ソースを参照

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

main
Zeeshan 4年前
committed by Eric Amodio
コミット
718657d2d7
1個のファイルの変更10行の追加0行の削除
  1. +10
    -0
      package.json

+ 10
- 0
package.json ファイルの表示

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

読み込み中…
キャンセル
保存