Skip to content

AWS IDE Extensions: cwltail

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 21:07
97f1dbe

This is an unsupported preview build of the feature/cwltail branch of AWS IDE Extensions for VSCode.

Install

  1. Download the vsix file(s) from "Assets" below.
    • Amazon Q 1.41.0 is provided by amazon-q-vscode….vsix
    • AWS Toolkit 3.39.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.39.0-SNAPSHOT 2024-12-11

  • Bug Fix Auth: SSO session was bad, but no reauth prompt given
  • Feature CloudWatch Logs: Added support for Live Tailing LogGroups. Start using LiveTail by: selecting 'Tail Log Group' in the command palette, or, right clicking/pressing the 'Play' icon on a Log Group in the Explorer menu. See Troubleshoot with CloudWatch Logs Live Tail for more information. LiveTail is a paid feature - for more information about pricing, see the Logs tab at Amazon CloudWatch Pricing.

Amazon Q - 1.41.0-SNAPSHOT 2024-12-11

  • Bug Fix Code Review: Cleaned up output logs when running /review
  • Bug Fix Code Review: Fixed a bug where applying a fix did not update the positions of other issues in the same file.
  • Bug Fix Auth: SSO session was bad, but no reauth prompt given
  • Bug Fix Reduce frequency of system status poll
  • Bug Fix Code Review: Fixed a bug where projects with repeated path names did not scan properly.

Previous changes