-
Notifications
You must be signed in to change notification settings - Fork 37.3k
Closed
Labels
debtCode quality issuesCode quality issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders
Milestone
Description
| freshExecArgv: true, |
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=
vscode/src/vs/base/parts/ipc/node/ipc.cp.ts
Line 202 in 474b4ae
| // 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 issuesCode quality issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders