terminateDebuggee property
Indicates whether the debuggee should be terminated when the debugger is
disconnected.
If unspecified, the debug adapter is free to do whatever it thinks is
best.
The attribute is only honored by a debug adapter if the corresponding
capability supportTerminateDebuggee
is true.
Implementation
final bool? terminateDebuggee;