Skip to content

Commit

Permalink
Release 1.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Sep 13, 2022
1 parent 7ab716a commit b045e18
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 18 deletions.
22 changes: 22 additions & 0 deletions .changes/1.50.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"date": "2022-09-13",
"version": "1.50.0",
"entries": [
{
"type": "Bug Fix",
"description": "Debugging Python image-based lambdas fails with `Init failed error=exec: \"-m\": executable file not found`"
},
{
"type": "Feature",
"description": "if \"Create Credentials Profile\" fails, error message now shows \"Edit Credentials\" button"
},
{
"type": "Feature",
"description": "Decrease the amount of space SAM/CFN schemas take on the status bar"
},
{
"type": "Feature",
"description": "CodeWhisperer now supports .jsx files"
}
]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.50.0 2022-09-13

- **Bug Fix** Debugging Python image-based lambdas fails with `Init failed error=exec: "-m": executable file not found`
- **Feature** if "Create Credentials Profile" fails, error message now shows "Edit Credentials" button
- **Feature** Decrease the amount of space SAM/CFN schemas take on the status bar
- **Feature** CodeWhisperer now supports .jsx files

## 1.49.0 2022-08-29

- **Bug Fix** CodeWhisperer adds redundant closing brackets/parens/braces
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion 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": "Amazon Web Services toolkit for browsing and updating cloud resources",
"version": "1.50.0-SNAPSHOT",
"version": "1.50.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit b045e18

Please sign in to comment.