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/amazonqFeatureDev/controller/FeatureDevControllerExtensions.kt
+35-10Lines changed: 35 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ suspend fun FeatureDevController.onCodeGeneration(
57
57
var totalIterations:Int?= state.codeGenerationTotalIterationCount
58
58
59
59
if (state.token?.token()?.isCancellationRequested ==true) {
amazonqFeatureDev.code_generation.notification_title=Amazon Q Developer Agent for software development
59
59
amazonqFeatureDev.code_generation.provide_code_feedback=How can I improve the code for your use case?
60
60
amazonqFeatureDev.code_generation.stopped_code_generation=I stopped generating your code. If you want to continue working on this task, provide another description. You have {0} out of {1} code generations left.
61
-
amazonqFeatureDev.code_generation.stopped_code_generation_without_total=I stopped generating your code. If you want to continue working on this task, provide another description. You have started {0} code generations.
amazonqFeatureDev.code_generation.stopped_code_generation_no_iterations=I stopped generating your code. You don't have more iterations left, however, you can start a new session.
63
63
amazonqFeatureDev.code_generation.updated_code=Okay, I updated your code files. Would you like to work on another task?
64
64
amazonqFeatureDev.content_length.error_text=The folder you selected is too large for me to use as context. Please choose a smaller folder to work on. For more information on quotas, see the [Amazon Q Developer documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/software-dev.html#quotas).
65
65
amazonqFeatureDev.error_text=Sorry, we encountered a problem when processing your request.
0 commit comments