You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🎁 Add killOnServerStop to debug configuration (microsoft#163779)
* 🎁 Add `killOnServerStop` to schema
Signed-off-by: Babak K. Shandiz <[email protected]>
* 📜 Add description for `killOnServerStop`
Signed-off-by: Babak K. Shandiz <[email protected]>
* 🔨 Stop created debug session on server stop
Signed-off-by: Babak K. Shandiz <[email protected]>
* 🔨 Push kill listeners into another disposable container
Signed-off-by: Babak K. Shandiz <[email protected]>
* 🐛 Prevent leak when new debug session fails to start
Signed-off-by: Babak K. Shandiz <[email protected]>
* 🔨 Use more verbose name for debug session tracker ID
Signed-off-by: Babak K. Shandiz <[email protected]>
Signed-off-by: Babak K. Shandiz <[email protected]>
Copy file name to clipboardExpand all lines: extensions/debug-server-ready/package.nls.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,5 +10,6 @@
10
10
"debug.server.ready.pattern.description": "Server is ready if this pattern appears on the debug console. The first capture group must include a URI or a port number.",
11
11
"debug.server.ready.uriFormat.description": "A format string used when constructing the URI from a port number. The first '%s' is substituted with the port number.",
12
12
"debug.server.ready.webRoot.description": "Value passed to the debug configuration for the 'Debugger for Chrome'.",
13
+
"debug.server.ready.killOnServerStop.description": "Stop the child session when the parent session stopped.",
13
14
"debug.server.ready.debugConfigName.description": "Name of the launch configuration to run."
0 commit comments