Skip to content

Releases: bijinai/aws-toolkit-vscode

AWS IDE Extensions: prerelease

25 Sep 00:25
2b60a35
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.27.0 is provided by amazon-q-vscode….vsix
    • AWS Toolkit 3.26.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.26.0-SNAPSHOT 2024-09-25

  • Bug Fix EC2 connect: remote connection will no longer fail with 'too many authentication attempt'
  • Feature EC2 connect: use ed25519 to generate ec2 ssh key pair
  • Feature EC2 connect: default to ed25519, but fall back on rsa if unsupported
  • Feature EC2: Launch ec2 instances from AWS Explorer

Amazon Q - 1.27.0-SNAPSHOT 2024-09-25

  • Bug Fix Security Scan: Fixes an issue that incorrectly removes hardcoded credentials detections from auto scans.
  • Feature Amazon Q Code Transformation: allow users to skip running tests

Previous changes