View source
typedef RestartRequest
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Restart request; value of command field is 'restart'. Restarts a debug session. Clients should only call this request if the capability 'supportsRestartRequest' is true. If the capability is missing or has the value false, a typical client will emulate 'restart' by terminating the debug adapter first and then launching it anew.