File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
packages/amazonq/src/app/inline/EditRendering Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments