forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area-debuggingneeds proposalNeed to make some design decisionsNeed to make some design decisionspartner ask
Milestone
Description
I'm fixing this issue: microsoft/vscode#130941 However, I noticed that lifecycleManagedByParent is not set for the subprocess of the web server. As a result, the fixed experience looks like this, where the children need to be detached individually:
When you call startDebugging
, if lifecycleManagedByParent
is set in the debug options, then children will be stopped automatically when the parent is. It might be good to have this either configurable or as a default.
roblourens
Metadata
Metadata
Assignees
Labels
area-debuggingneeds proposalNeed to make some design decisionsNeed to make some design decisionspartner ask