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/CodeTestChatItems.kt
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,26 @@ fun testGenProgressField(value: Int) = ProgressField(
43
43
actions =listOf(cancelTestGenButton)
44
44
)
45
45
46
-
val buildAndExecuteProgrogressField =ProgressField(
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/CodeWhispererUTGChatManager.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/controller/CodeTestChatController.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/model/BuildAndExecuteStatusIcon.kt
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -12,35 +12,3 @@ enum class BuildAndExecuteStatusIcon(val icon: String) {
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqCodeTest/session/Session.kt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,6 @@ data class Session(val tabId: String) {
37
37
38
38
// First iteration will have a value of 1
39
39
var userPrompt:String=""
40
-
var iteration:Int=0
41
40
var projectRoot:String="/"
42
41
var shortAnswer:ShortAnswer=ShortAnswer()
43
42
var selectedFile:VirtualFile?=null
@@ -68,7 +67,6 @@ enum class BuildAndExecuteProgressStatus {
0 commit comments