- Create a debug adapter which supports restart by specifying
supportsRestartRequest.
- Stop at a breakpoint such that the Variables and Call Stack interfaces are populated
- Press the Restart button in Visual Studio Code
Expected:
The Visual Studio Code interface is reset when it gets back the empty response from the Restart request message
Actual:
The Visual Studio Code interface remains stale after getting sent a response from the Restart request.
supportsRestartRequest.Expected:
The Visual Studio Code interface is reset when it gets back the empty response from the Restart request message
Actual:
The Visual Studio Code interface remains stale after getting sent a response from the Restart request.