Skip to content

Review use of freshExecArgv when forking search process #116422

@aeschli

Description

@aeschli


freshExecArgv was needed to prevent that --inspect-brk= and --inspect= are inherited in the forked process where they would block the process from being started as the port is already in use.

I changed the IPC client to filter --inspect-brk= and --inspect=

// if not set, the forked process inherits the execArgv of the parent process

So freshExecArgv: true is no longer needed, unless this is preferred for other reasons

Metadata

Metadata

Assignees

Labels

debtCode quality issuesinsiders-releasedPatch has been released in VS Code Insiders

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions