AWS IDE Extensions: amazonqLSP
Pre-release
Pre-release
This is an unsupported preview build of the feature/amazonqLSP
branch of AWS IDE Extensions for VSCode.
Install
- 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
- Amazon Q 1.41.0 is provided by
- 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-12
- Bug Fix EC2: avoid overwriting authorized_keys file on remote
- 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-12
- 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 /review: Diagnostics in the problems panel are mapped to the wrong code
- 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.
- Feature /review: Code fix automatically scrolls into view after generation.