Skip to content

Commit e7259f7

Browse files
committed
Clean up the event handler in the adpater.
1 parent 6551cf3 commit e7259f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adapter/src/protocol.ts

-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ export class ProtocolServer extends ee.EventEmitter implements VSCodeDebugAdapte
111111
this._pendingRequests.delete(response.request_seq);
112112
clb(response);
113113
}
114-
} else if (msg.type === 'event') {
115-
this._emitEvent(<DebugProtocol.Event>msg)
116114
}
117115
}
118116

0 commit comments

Comments
 (0)