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/controller/CodeTestChatController.kt
+5-75Lines changed: 5 additions & 75 deletions
Original file line number
Diff line number
Diff line change
@@ -813,11 +813,7 @@ class CodeTestChatController(
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/codetest/sessionconfig/CodeTestSessionConfig.kt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -166,8 +166,6 @@ class CodeTestSessionConfig(
166
166
if (buildAndExecuteLogFile !=null) {
167
167
val buildLogFilePath =Path.of(utgDir, buildAndExecuteLogDir, "buildAndExecuteLog")
168
168
.toString().replace("\\", "/") // Ensures consistent path format
169
-
170
-
LOG.debug { "Adding build logs to ZIP at: $buildLogFilePath" }
Copy file name to clipboardExpand all lines: plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/util/CodeWhispererConstants.kt
0 commit comments