Crashing worker in web extension host brings down the entire extension host #129194
Labels
insiders-released
Patch has been released in VS Code Insiders
Milestone
Steps to Reproduce:
yo code --insiders
and create a web extensionextension.ts
, spawn a worker:crashy-worker.js
at the top level of the extension:Bug
The worker exception brings down the entire extension host. While debugging with F5, this causes the entire window to close without any useful error logs
The text was updated successfully, but these errors were encountered: