View source
typedef RestartResponse
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Response to 'restart' request. This is just an acknowledgement, so no body field is required.
Alias
alias for
vscode.debugProtocol.Response<{}>