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 565e084 commit f48f56fCopy full SHA for f48f56f
packages/amazonq/src/app/inline/completion.ts
@@ -319,6 +319,7 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
319
discarded: false,
320
},
321
322
+ totalSessionDisplayTime: performance.now() - prevSession.requestStartTime,
323
}
324
this.languageClient.sendNotification(this.logSessionResultMessageName, params)
325
this.sessionManager.clear()
0 commit comments