1808
clearChatMarks(sessionResource);
1809
if (this._pendingRequests.get(model.sessionResource) === cancellableRequest) {
1811
>
this.telemetryService.publicLog2<ChatPendingRequestChangeEvent, ChatPendingRequestChangeClassification>(ChatPendingRequestChangeEventName, { action: 'remove', source: 'sendRequestComplete', requestId: cancellableRequest.requestId, chatSessionId: chatSessionResourceToId(model.sessionResource) });
1812
>
}
1813
// Process the next pending request from the queue if any
1814
if (shouldProcessPending) {