Skip to content

Commit 7f27781

Browse files
Merge master into feature/hybridChat-local
2 parents 6b3e208 + d2e5518 commit 7f27781

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/amazonq/src/app/inline/EditRendering/displayImage.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ export async function displaySvgDecoration(
315315
},
316316
totalSessionDisplayTime: Date.now() - session.requestStartTime,
317317
firstCompletionDisplayLatency: session.firstCompletionDisplayLatency,
318+
isInlineEdit: true,
318319
}
319320
languageClient.sendNotification('aws/logInlineCompletionSessionResults', params)
320321
if (inlineCompletionProvider) {
@@ -343,6 +344,7 @@ export async function displaySvgDecoration(
343344
discarded: false,
344345
},
345346
},
347+
isInlineEdit: true,
346348
}
347349
languageClient.sendNotification('aws/logInlineCompletionSessionResults', params)
348350
},

0 commit comments

Comments
 (0)