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(
334
334
} ,
335
335
totalSessionDisplayTime : Date . now ( ) - session . requestStartTime ,
336
336
firstCompletionDisplayLatency : session . firstCompletionDisplayLatency ,
337
- addedCharacterCount : addedCharacterCount ,
338
- deletedCharacterCount : deletedCharacterCount ,
337
+ // TODO: Update LogInlineCompletionSessionResultsParams interface to include these properties
338
+ // addedCharacterCount: addedCharacterCount,
339
+ // deletedCharacterCount: deletedCharacterCount,
339
340
}
340
341
languageClient . sendNotification ( 'aws/logInlineCompletionSessionResults' , params )
341
342
} ,
@@ -365,8 +366,9 @@ export async function displaySvgDecoration(
365
366
discarded : false ,
366
367
} ,
367
368
} ,
368
- addedCharacterCount : addedCharacterCount ,
369
- deletedCharacterCount : deletedCharacterCount ,
369
+ // TODO: Update LogInlineCompletionSessionResultsParams interface to include these properties
370
+ // addedCharacterCount: addedCharacterCount,
371
+ // deletedCharacterCount: deletedCharacterCount,
370
372
}
371
373
languageClient . sendNotification ( 'aws/logInlineCompletionSessionResults' , params )
372
374
} ,
You can’t perform that action at this time.
0 commit comments