Skip to content

Commit

Permalink
feat(amazonq): enable code actions for awesome lightbulb
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene yevhen andruszczenko committed Sep 18, 2024
1 parent 782fcd9 commit bfdd060
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.26.0 2024-09-17
- **Feature** Code Actions: Introduced a dynamic CodeActions provider supporting "QuickFix", "RefactorRewrite", and "ExplainCode" actions to improve user workflow and productivity within the Amazon Q extension.These trigger the Amazon Q chat to provide suggestions for fixing issues, refactoring code, and explaining code snippets, respectively.
- **Improvement** Extension Initialization: Refactored the activation logic to ensure proper initialization and smoother handling across both Node.js and web environments, optimizing overall performance.

## 1.25.0 2024-09-12

- **Bug Fix** Amazon Q Chat: Fixed inline code blocks are not vertically aligned with texts
Expand Down

0 comments on commit bfdd060

Please sign in to comment.