Testing #29490
If a call to createDebugSession fails, e.g. for passing invalid arguments, onDidTerminateDebugSession is still fired. It seems like maybe it shouldn't fire in that case. I don't know whether there are other events in the extension API that follow a similar pattern that we can follow.
Testing #29490
If a call to
createDebugSessionfails, e.g. for passing invalid arguments,onDidTerminateDebugSessionis still fired. It seems like maybe it shouldn't fire in that case. I don't know whether there are other events in the extension API that follow a similar pattern that we can follow.