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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ class CodeTestChatController(
241
241
"language I support specialized unit test generation for at the moment.</b><br></span>The languages "+
242
242
"I support now are Python and Java. I can still provide examples, instructions and code suggestions."
243
243
} else {
244
-
"<span style=\"color: #EE9D28;\">⚠<b> I can't generate tests for ${fileInfo.fileName} because it's outside the project directory. I can still provide examples, instructions and code suggestions."
244
+
"<span style=\"color: #EE9D28;\">⚠<b> I can't generate tests for ${fileInfo.fileName} because it's outside the project directory.</b><br></span> I can still provide examples, instructions and code suggestions."
0 commit comments