Skip to content

Support to attach to an electron spawned node process using the picker #25618

@egamma

Description

@egamma

Currently you cannot attach to an electron spawned node process like the TypeScript server using the picker, that is using a launch config like:

        {
            "type": "node",
            "request": "attach",
            "name": "Attach to process",
            "processId": "${command:PickProcess}",
            "port": 5859,
            "protocol": "legacy"

        }

Metadata

Metadata

Assignees

Labels

*out-of-scopePosted issue is not in scope of VS CodedebugDebug viewlet, configurations, breakpoints, adapter issuesfeature-requestRequest for new features or functionalityworkbench-diagnosticsGeneral VS Code built-in diagnostic issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions