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/session/Session.kt
-2
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ data class Session(val tabId: String) {
38
38
var iteration:Int=0
39
39
var projectRoot:String="/"
40
40
41
-
// var shortAnswer: ShortAnswer = ShortAnswer()
42
41
var packageInfoList:PackageInfoList=PackageInfoList()
43
42
var selectedFile:VirtualFile?=null
44
43
var testFileRelativePathToProjectRoot:String=""
@@ -47,7 +46,6 @@ data class Session(val tabId: String) {
47
46
var openedDiffFile:VirtualFile?=null
48
47
val generatedTestDiffs = mutableMapOf<String, String>()
49
48
50
-
// var codeReferences: List<ShortAnswerReference>? = null
0 commit comments