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

expose toggle fold command, fixing #229

This commit is contained in:
kahole 2022-11-02 10:21:54 +01:00
parent 7f2dc0cd45
commit 270b52572f

View File

@ -234,6 +234,10 @@
{
"command": "magit.copy-buffer-revision",
"title": "Magit Copy Buffer Revision"
},
{
"command": "magit.toggle-fold",
"title": "Magit Toggle Fold"
}
],
"menus": {
@ -391,6 +395,10 @@
{
"command": "magit.copy-buffer-revision",
"when": "editorLangId == magit"
},
{
"command": "magit.toggle-fold",
"when": "editorLangId == magit"
}
]
},