View source
typedef TerminateArguments
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Arguments for 'terminate' request.
Fields
optionalrestart:Null<Bool>
A value of true indicates that this 'terminate' request is part of a restart sequence.