We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d83b0 commit 6e3ec9bCopy full SHA for 6e3ec9b
server/aws-lsp-codewhisperer/src/language-server/agenticChat/agenticChatController.ts
@@ -427,11 +427,12 @@ export class AgenticChatController implements ChatHandlers {
427
session.pairProgrammingMode,
428
session.getConversationType()
429
)
430
- await this.#telemetryController.emitAddMessageMetric(params.tabId, metric.metric, 'Cancelled')
431
432
session.abortRequest()
433
void this.#invalidateAllShellCommands(params.tabId, session)
434
session.rejectAllDeferredToolExecutions(new CancellationError('user'))
+
435
+ await this.#telemetryController.emitAddMessageMetric(params.tabId, metric.metric, 'Cancelled')
436
})
437
session.setConversationType('AgenticChat')
438
0 commit comments