Allow to fork utility process from a worker thread #175959
Labels
electron
Issues and items related to Electron
feature-request
Request for new features or functionality
perf
sandbox
Running VSCode in a node-free environment
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone
An idea @Tyriar and Electron team discussed is whether we could fork Electron utility processes from a node.js worker to stop the main process from being stopped synchronously until the fork has completed.
If we had a way to fork from a worker thread we can:
The text was updated successfully, but these errors were encountered: