Closed rbrisita closed 2 years ago
Ideally the use of AbortController and abort-able timers and promises in Node.JS v16 would be the way to go but because of VSCode's v1.59 usage of Electron v13, that contains Node v14, a polyfill needs to be used for AbortController.
Likely candidate: https://www.npmjs.com/package/node-abort-controller
Better handling of events processing and stopping. The combination of timer and asynchronous functions do not cleanly stop the processing of events.