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/cwc/controller/ChatController.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -336,7 +336,7 @@ class ChatController private constructor(
336
336
// Create prompt
337
337
val prompt =if (EditorContextCommand.GenerateUnitTests== message.command)
338
338
"${message.command.verb} the following part of my code for me: $codeSelection"else
339
-
"${message.command} the following part of my code for me: $codeSelection";
339
+
"${message.command} the following part of my code for me: $codeSelection"
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/controller/chat/messenger/ChatPromptHandler.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/controller/chat/userIntent/UserIntentRecognizer.kt
0 commit comments