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

only show 'copy' commands when in edamagit documents

This commit is contained in:
kahole 2020-09-06 19:41:22 +02:00
parent 57da8f5910
commit 403a5bd3fa

View File

@ -351,6 +351,14 @@
{
"command": "magit.unstage-file",
"when": "activeEditor && editorLangId != magit"
},
{
"command": "magit.copy-section-value",
"when": "editorLangId == magit"
},
{
"command": "magit.copy-buffer-revision",
"when": "editorLangId == magit"
}
]
},