Skip to content

Conversation

@ctidd
Copy link
Contributor

@ctidd ctidd commented Nov 8, 2024

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Description

Provides the feature for a user to accept individual generated files, and add them to their project.

Checklist

  • My code follows the code style of this project
  • I have added tests to cover my changes
  • A short description of the change has been added to the CHANGELOG if the change is customer-facing in the IDE.
  • I have added metrics for my changes (if required)

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

pillText = message("amazonqFeatureDev.follow_up.insert_code"),
pillText = when (type) {
InsertAction.ALL -> message("amazonqFeatureDev.follow_up.insert_all_code")
InsertAction.REMAINING -> message("amazonqFeatureDev.follow_up.insert_remaining_code")

Check warning

Code scanning / QDJVMC

Usage of redundant or deprecated syntax or deprecated symbols Warning

'message(String, vararg Any): String' is deprecated. Use extension-specific localization bundle instead
pillText = when (type) {
InsertAction.ALL -> message("amazonqFeatureDev.follow_up.insert_all_code")
InsertAction.REMAINING -> message("amazonqFeatureDev.follow_up.insert_remaining_code")
InsertAction.CONTINUE -> message("amazonqFeatureDev.follow_up.continue")

Check warning

Code scanning / QDJVMC

Usage of redundant or deprecated syntax or deprecated symbols Warning

'message(String, vararg Any): String' is deprecated. Use extension-specific localization bundle instead
InsertAction.ALL -> message("amazonqFeatureDev.follow_up.insert_all_code")
InsertAction.REMAINING -> message("amazonqFeatureDev.follow_up.insert_remaining_code")
InsertAction.CONTINUE -> message("amazonqFeatureDev.follow_up.continue")
InsertAction.AUTO_CONTINUE -> message("amazonqFeatureDev.follow_up.continue")

Check warning

Code scanning / QDJVMC

Usage of redundant or deprecated syntax or deprecated symbols Warning

'message(String, vararg Any): String' is deprecated. Use extension-specific localization bundle instead
@ctidd ctidd force-pushed the ctidd/file-accept branch 2 times, most recently from c2d0a4f to cf36b6a Compare November 11, 2024 01:33
messenger
)

AmazonqTelemetry.isAcceptedCodeChanges(

Check warning

Code scanning / QDJVMC

Usage of redundant or deprecated syntax or deprecated symbols Warning

'AmazonqTelemetry' is deprecated. Use type-safe metric builders
@ctidd ctidd force-pushed the ctidd/file-accept branch 5 times, most recently from 9e646ee to e4429d6 Compare November 12, 2024 21:31
@ctidd ctidd marked this pull request as ready for review November 12, 2024 21:53
@ctidd ctidd requested review from a team as code owners November 12, 2024 21:53
@ctidd ctidd requested a review from neilk-aws November 12, 2024 21:56
@ctidd ctidd force-pushed the ctidd/file-accept branch from e4429d6 to cf2d7cc Compare November 13, 2024 00:20
@rli rli merged commit a53642e into aws:main Nov 13, 2024
13 checks passed
dhasani23 pushed a commit to ntarakad-aws/aws-toolkit-jetbrains that referenced this pull request Nov 18, 2024
Provides the feature for a user to accept individual generated files, and add them to their project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants