See: #100368 (comment) VS Code can get stuck in a state where it thinks a debug session is going, but trying to end the session results in an error "No debug adapter, cannot send 'terminate'".
Might only happen with multiple parent/child sessions. Can be reproed perfectly by commenting out the two dap.terminated() calls in binder.ts within js-debug.
See: #100368 (comment) VS Code can get stuck in a state where it thinks a debug session is going, but trying to end the session results in an error "No debug adapter, cannot send 'terminate'".
Might only happen with multiple parent/child sessions. Can be reproed perfectly by commenting out the two
dap.terminated()calls inbinder.tswithin js-debug.