Skip to content

Commit e9b0896

Browse files
floralphtomcat323
authored andcommitted
fix: merge of NEP UI and telemetry
1 parent d2357db commit e9b0896

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,9 @@ export async function displaySvgDecoration(
334334
},
335335
totalSessionDisplayTime: Date.now() - session.requestStartTime,
336336
firstCompletionDisplayLatency: session.firstCompletionDisplayLatency,
337-
addedCharacterCount: addedCharacterCount,
338-
deletedCharacterCount: deletedCharacterCount,
337+
// TODO: Update LogInlineCompletionSessionResultsParams interface to include these properties
338+
// addedCharacterCount: addedCharacterCount,
339+
// deletedCharacterCount: deletedCharacterCount,
339340
}
340341
languageClient.sendNotification('aws/logInlineCompletionSessionResults', params)
341342
},
@@ -365,8 +366,9 @@ export async function displaySvgDecoration(
365366
discarded: false,
366367
},
367368
},
368-
addedCharacterCount: addedCharacterCount,
369-
deletedCharacterCount: deletedCharacterCount,
369+
// TODO: Update LogInlineCompletionSessionResultsParams interface to include these properties
370+
// addedCharacterCount: addedCharacterCount,
371+
// deletedCharacterCount: deletedCharacterCount,
370372
}
371373
languageClient.sendNotification('aws/logInlineCompletionSessionResults', params)
372374
},

0 commit comments

Comments
 (0)