浏览代码

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

正在加载...
取消
保存