Skip to content

Releases: seshubaws/aws-toolkit-vscode

AWS IDE Extensions: prerelease

14 Jan 18:27
3ed322e
Compare
Choose a tag to compare
Pre-release

This is an unsupported preview build of the master branch of AWS IDE Extensions for VSCode.

Install

  1. Download the vsix file(s) from "Assets" below.
    • Amazon Q 1.43.0 is provided by amazon-q-vscode….vsix
    • AWS Toolkit 3.42.0 is provided by aws-toolkit-vscode….vsix
  2. Run Extensions: Install from VSIX... from the VSCode command palette and choose the vsix file(s).

Changes

AWS Toolkit - 3.41.0 2025-01-09

  • Removal Amazon Q: No longer autoinstall Amazon Q if the user had used CodeWhisperer in old Toolkit versions.
  • Removal Auth: No longer inform users that Amazon Q and Toolkit extensions have separate auth sessions.

Amazon Q - 1.43.0-SNAPSHOT 2025-01-14

  • Bug Fix User-selected customizations are sometimes not being persisted.
  • Feature feat(amazonq): Add error message for updated README too large

Previous changes

AWS IDE Extensions: lambda-get-started

29 Oct 21:36
Compare
Choose a tag to compare
Pre-release

This is an unsupported preview build of the feature/lambda-get-started branch of AWS IDE Extensions for VSCode.

Install

  1. Download the vsix file(s) from "Assets" below.
    • Amazon Q 1.31.0 is provided by amazon-q-vscode….vsix
    • AWS Toolkit 3.30.0 is provided by aws-toolkit-vscode….vsix
  2. Run Extensions: Install from VSIX... from the VSCode command palette and choose the vsix file(s).

Changes

AWS Toolkit - 3.30.0-SNAPSHOT 2024-10-29

  • Bug Fix EC2 connect: improve management of SSM sessions to minimize chance they are left active.
  • Bug Fix fixed device code detection when running auth through tunneled vscode
  • Feature EC2: provide view of ec2 system logs
  • Feature Added quick action icons and guided walkthrough to more easily build Lambda applications

Amazon Q - 1.31.0-SNAPSHOT 2024-10-29

  • Breaking Change Change keybind for focusing chat to ctrl+win+i on Windows, ctrl+cmd+i on macOS and ctrl+meta+i on Linux
  • Bug Fix Inline Suggestions: Occasional ValidationException if user context has too many characters.
  • Bug Fix Update @workspace index when adding or deleting a file
  • Bug Fix fixed device code detection when running auth through tunneled vscode
  • Feature Use inline chat to select code and transform it with natural language instructions
  • Feature Amazon Q /dev: Add stop generation action
  • Feature Provide more frequent updates about code changes made by agent

Previous changes