dsanders11 / vscode-electron-build-tools

A collection of useful VS Code helpers for working with the Electron codebase.
https://marketplace.visualstudio.com/items?itemName=dsanders11.vscode-electron-build-tools
MIT License
17 stars 7 forks source link

Electron Not Exiting When Task Terminated #30

Closed dsanders11 closed 2 years ago

dsanders11 commented 2 years ago

Tasks which invoke Electron aren't successfully killing off Electron when the task is terminated. Closing the window successfully kills Electron. The VS Code documentation does not provide any details about what occurs when a task is terminated, so investigate which signal is being sent when a task is terminated, and see what can be improved there.

dsanders11 commented 2 years ago

Should be better after 98875f28e9009ff2af4c5015e1eb3d3d53d042ac. Closing for now.