1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-09-11 07:15:31 +03:00

adds fetching command contribution

This commit is contained in:
kahole 2020-02-05 21:20:41 +01:00
parent 0b2e922ede
commit 5bedcc97af

View File

@ -101,6 +101,10 @@
{
"command": "extension.magit-stashing",
"title": "Magit Stashing"
},
{
"command": "extension.magit-fetching",
"title": "Magit Fetching"
}
],
"menus": {
@ -172,6 +176,10 @@
{
"command": "extension.magit-stashing",
"when": "editorLangId == magit"
},
{
"command": "extension.magit-fetching",
"when": "editorLangId == magit"
}
]
},