supportsRestartRequest property

bool? supportsRestartRequest
final

The debug adapter supports the restart request. In this case a client should not implement restart by terminating and relaunching the adapter but by calling the restart request.

Implementation

final bool? supportsRestartRequest;