A full editor can be used as git commit message editor (#95266)

Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
This commit is contained in:
Jonas Dellinger
2022-05-25 17:16:10 +02:00
committed by GitHub
parent 07655f3a23
commit 97f8e66d74
17 changed files with 235 additions and 45 deletions

View File

@@ -13,6 +13,7 @@ module.exports = withDefaults({
context: __dirname,
entry: {
main: './src/main.ts',
['askpass-main']: './src/askpass-main.ts'
['askpass-main']: './src/askpass-main.ts',
['git-editor-main']: './src/gitEditor/main.ts'
}
});