You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/credentials/CodeWhispererClientAdaptor.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/popup/CodeWhispererPopupListener.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/popup/CodeWhispererPopupManager.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/service/CodeWhispererService.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/telemetry/CodeWhispererTelemetryService.kt
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -457,7 +457,6 @@ class CodeWhispererTelemetryService {
457
457
sessionContext:SessionContext,
458
458
hasUserAccepted:Boolean,
459
459
popupShownTime:Duration? = null,
460
-
nextInvocationContext:InvocationContext? = null,
461
460
) {
462
461
val detailContexts = recommendationContext.details
463
462
val decisions = mutableListOf<CodewhispererSuggestionState>()
@@ -505,19 +504,6 @@ class CodeWhispererTelemetryService {
505
504
previousUserTriggerDecisions.add(this)
506
505
// we need this as well because AutotriggerService will reset the queue periodically
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/codewhisperer/CodeWhispererSettingsTest.kt
0 commit comments