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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -458,7 +458,10 @@ class CodeTestChatController(
458
458
when (message.actionID) {
459
459
"utg_view_diff"-> {
460
460
withContext(EDT) {
461
-
val virtualFile =Path.of(session.projectRoot, session.testFileRelativePathToProjectRoot).toString().let { Path.of(it).toFile().toVirtualFile() }
0 commit comments