pwa-extensionHost with autoAttachChildProcesses does not attach to child processes #1134
Closed
Description
opened on Nov 12, 2021
Using the launch config type pwa-extensionHost
with autoAttachChildProcesses: true
if I use child_process.fork()
the debugger does not auto-attach to the child process.
I think
does not call into which resolves the env variables that would enable auto-attaching.
Activity