Skip to content

Commit

Permalink
Merge master into feature/emr
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Nov 14, 2024
2 parents 3941314 + 932ef34 commit 47b9594
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 28 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions packages/amazonq/.changes/1.36.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"date": "2024-11-14",
"version": "1.36.0",
"entries": [
{
"type": "Bug Fix",
"description": "Fix broken inline suggestion auto-trigger on Systemverfilog files if users dont have systemverilog extension installed and enabled"
},
{
"type": "Bug Fix",
"description": "tutorial always showing on start"
},
{
"type": "Feature",
"description": "Enable default `@workspace` context of Amazon Q chat for certain users"
},
{
"type": "Feature",
"description": "Amazon Q /dev: Add an action to accept individual files"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.36.0 2024-11-14

- **Bug Fix** Fix broken inline suggestion auto-trigger on Systemverfilog files if users dont have systemverilog extension installed and enabled
- **Bug Fix** tutorial always showing on start
- **Feature** Enable default `@workspace` context of Amazon Q chat for certain users
- **Feature** Amazon Q /dev: Add an action to accept individual files

## 1.35.0 2024-11-11

- **Breaking Change** Change focus chat keybind to win+alt+i on Windows, cmd+alt+i on macOS, and meta+alt+i on Linux
Expand Down
2 changes: 1 addition & 1 deletion packages/amazonq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amazon-q-vscode",
"displayName": "Amazon Q",
"description": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
"version": "1.36.0-SNAPSHOT",
"version": "1.37.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down
14 changes: 14 additions & 0 deletions packages/toolkit/.changes/3.34.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2024-11-14",
"version": "3.34.0",
"entries": [
{
"type": "Bug Fix",
"description": "SAM debugging: misleading 'IaC' message/placeholder"
},
{
"type": "Bug Fix",
"description": "SAM local debugging: `aws.region` and `aws.credentials` specified in launch config should override default Toolkit region and credentials"
}
]
}

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.34.0 2024-11-14

- **Bug Fix** SAM debugging: misleading 'IaC' message/placeholder
- **Bug Fix** SAM local debugging: `aws.region` and `aws.credentials` specified in launch config should override default Toolkit region and credentials

## 3.33.0 2024-11-11

- **Feature** UI: region-related quickpicks now have a refresh button
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit",
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
"version": "3.34.0-SNAPSHOT",
"version": "3.35.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 47b9594

Please sign in to comment.