Skip to content

Commit b045e18

Browse files
author
aws-toolkit-automation
committed
Release 1.50.0
1 parent 7ab716a commit b045e18

8 files changed

+31
-18
lines changed

.changes/1.50.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2022-09-13",
3+
"version": "1.50.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Debugging Python image-based lambdas fails with `Init failed error=exec: \"-m\": executable file not found`"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "if \"Create Credentials Profile\" fails, error message now shows \"Edit Credentials\" button"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Decrease the amount of space SAM/CFN schemas take on the status bar"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "CodeWhisperer now supports .jsx files"
20+
}
21+
]
22+
}

.changes/next-release/Bug Fix-6b246663-e029-4e55-9ecb-c392c38c8aa2.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-9b4c339a-7cdf-4340-b911-f33bde49b461.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-a61e0660-9f68-4e50-a0b1-b8a742075017.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/Feature-b7efa715-6bf9-4253-9373-a13937d27f0c.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.50.0 2022-09-13
2+
3+
- **Bug Fix** Debugging Python image-based lambdas fails with `Init failed error=exec: "-m": executable file not found`
4+
- **Feature** if "Create Credentials Profile" fails, error message now shows "Edit Credentials" button
5+
- **Feature** Decrease the amount of space SAM/CFN schemas take on the status bar
6+
- **Feature** CodeWhisperer now supports .jsx files
7+
18
## 1.49.0 2022-08-29
29

310
- **Bug Fix** CodeWhisperer adds redundant closing brackets/parens/braces

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aws-toolkit-vscode",
33
"displayName": "AWS Toolkit",
44
"description": "Amazon Web Services toolkit for browsing and updating cloud resources",
5-
"version": "1.50.0-SNAPSHOT",
5+
"version": "1.50.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)