You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Using the launch config type
pwa-extensionHost
withautoAttachChildProcesses: true
if I usechild_process.fork()
the debugger does not auto-attach to the child process.I think
vscode-js-debug/src/targets/node/extensionHostLauncher.ts
Line 39 in a201e73
vscode-js-debug/src/targets/node/nodeLauncherBase.ts
Line 292 in a201e73
The text was updated successfully, but these errors were encountered: