mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
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:
@@ -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'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user