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 @@ -308,8 +308,9 @@ export async function displaySvgDecoration(
308308 } ,
309309 totalSessionDisplayTime : Date . now ( ) - session . requestStartTime ,
310310 firstCompletionDisplayLatency : session . firstCompletionDisplayLatency ,
311- addedCharacterCount : addedCharacterCount ,
312- deletedCharacterCount : deletedCharacterCount ,
311+ // TODO: Update LogInlineCompletionSessionResultsParams interface to include these properties
312+ // addedCharacterCount: addedCharacterCount,
313+ // deletedCharacterCount: deletedCharacterCount,
313314 }
314315 languageClient . sendNotification ( 'aws/logInlineCompletionSessionResults' , params )
315316 } ,
@@ -340,8 +341,9 @@ export async function displaySvgDecoration(
340341 discarded : false ,
341342 } ,
342343 } ,
343- addedCharacterCount : addedCharacterCount ,
344- deletedCharacterCount : deletedCharacterCount ,
344+ // TODO: Update LogInlineCompletionSessionResultsParams interface to include these properties
345+ // addedCharacterCount: addedCharacterCount,
346+ // deletedCharacterCount: deletedCharacterCount,
345347 }
346348 languageClient . sendNotification ( 'aws/logInlineCompletionSessionResults' , params )
347349 } ,
You can’t perform that action at this time.
0 commit comments