Skip to content

pwa-extensionHost with autoAttachChildProcesses does not attach to child processes #1134

Closed
@ashgti

Description

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

const result = await runData.context.dap.launchVSCodeRequest({
does not call into
protected async resolveEnvironment(
which resolves the env variables that would enable auto-attaching.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions