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/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/CodeWhispererUTGChatManager.kt
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -156,8 +156,8 @@ class CodeWhispererUTGChatManager(val project: Project, private val cs: Coroutin
156
156
var finished =false
157
157
var testGenerationResponse:GetTestGenerationResponse?=null
158
158
var packageInfoList = emptyList<PackageInfo>()
159
-
var packageInfo:PackageInfo?=null
160
-
var targetFileInfo:TargetFileInfo?=null
159
+
var packageInfo:PackageInfo?=null
160
+
var targetFileInfo:TargetFileInfo?=null
161
161
162
162
while (!finished) {
163
163
throwIfCancelled(session)
@@ -195,11 +195,19 @@ class CodeWhispererUTGChatManager(val project: Project, private val cs: Coroutin
0 commit comments