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.
2 parents d374531 + d2e5518 commit 7b99eeaCopy full SHA for 7b99eea
packages/amazonq/src/app/inline/EditRendering/displayImage.ts
@@ -315,6 +315,7 @@ export async function displaySvgDecoration(
315
},
316
totalSessionDisplayTime: Date.now() - session.requestStartTime,
317
firstCompletionDisplayLatency: session.firstCompletionDisplayLatency,
318
+ isInlineEdit: true,
319
}
320
languageClient.sendNotification('aws/logInlineCompletionSessionResults', params)
321
if (inlineCompletionProvider) {
@@ -343,6 +344,7 @@ export async function displaySvgDecoration(
343
344
discarded: false,
345
346
347
348
349
350
0 commit comments