未验证 提交 86e1d074 编写于 作者: T Takanori Oishi 提交者: GitHub

Git: Add tags to '...' menu (#109282)

* Git: Add tags to '...' menu
Closes #109281

* Git: Add tags to '...' menu
Closes #109281
上级 24ced5b3
......@@ -899,6 +899,11 @@
"group": "2_main@6",
"when": "scmProvider == git"
},
{
"submenu": "git.tags",
"group": "2_main@7",
"when": "scmProvider == git"
},
{
"command": "git.showOutput",
"group": "3_footer",
......@@ -1501,6 +1506,16 @@
{
"command": "git.stashDrop"
}
],
"git.tags": [
{
"command": "git.createTag",
"group": "1_tags@1"
},
{
"command": "git.deleteTag",
"group": "1_tags@2"
}
]
},
"submenus": [
......@@ -1527,6 +1542,10 @@
{
"id": "git.stash",
"label": "%submenu.stash%"
},
{
"id": "git.tags",
"label": "%submenu.tags%"
}
],
"configuration": {
......
......@@ -172,6 +172,7 @@
"submenu.branch": "Branch",
"submenu.remotes": "Remote",
"submenu.stash": "Stash",
"submenu.tags": "Tags",
"colors.added": "Color for added resources.",
"colors.modified": "Color for modified resources.",
"colors.stageModified": "Color for modified resources which have been staged.",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册