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

This reverts commit 97f8e66d74.
This commit is contained in:
Ladislau Szomoru
2022-05-26 23:06:23 +02:00
committed by GitHub
parent 33a8212fd2
commit 9bfd3c1d72
17 changed files with 45 additions and 235 deletions

View File

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