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 01850cd commit c4f99f3Copy full SHA for c4f99f3
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