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

adds extension acitivation for commit editor macros (issue #97)

This commit is contained in:
Kristian Andersen Hole 2020-12-19 12:37:45 +01:00
parent 1b7a2c0b7a
commit 9fc7bea480

View File

@ -42,7 +42,9 @@
"onCommand:magit.blame-file",
"onCommand:magit.stage-file",
"onCommand:magit.unstage-file",
"onCommand:magit.diff-file"
"onCommand:magit.diff-file",
"onCommand:magit.save-and-close-editor",
"onCommand:magit.clear-and-abort-editor"
],
"main": "./dist/extension",
"contributes": {