Skip to content

Commit adb7c54

Browse files
author
aws-toolkit-automation
committed
Release 1.45.0
1 parent 7e01a94 commit adb7c54

7 files changed

+26
-14
lines changed

.changes/1.45.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2022-07-07",
3+
"version": "1.45.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "`Add SAM Debug Configuration` codelenses in source files are now disabled by default. (To enable the codelenses, use the `AWS: Toggle SAM hints in source files` command or the `Enable SAM hints` setting.)"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "CodeWhisperer features were not fully disabled if the experiment was disabled"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "'security token expired' errors when using CodeWhisperer in Cloud9 with managed credentials"
16+
}
17+
]
18+
}

.changes/next-release/Bug Fix-30228c96-9b44-412f-9da7-9ab002c2be49.json

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

.changes/next-release/Bug Fix-b99c68f5-b3fe-417d-ac9a-cd5b63697396.json

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

.changes/next-release/Bug Fix-f1a5afac-efe0-41aa-8673-60897eb82e5e.json

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.45.0 2022-07-07
2+
3+
- **Bug Fix** `Add SAM Debug Configuration` codelenses in source files are now disabled by default. (To enable the codelenses, use the `AWS: Toggle SAM hints in source files` command or the `Enable SAM hints` setting.)
4+
- **Bug Fix** CodeWhisperer features were not fully disabled if the experiment was disabled
5+
- **Bug Fix** 'security token expired' errors when using CodeWhisperer in Cloud9 with managed credentials
6+
17
## 1.44.0 2022-06-30
28

39
- **Bug Fix** Fixed a bug where CodeWhisperer incorrectly changes the `snippetSuggestions` setting in VSCode

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.45.0-SNAPSHOT",
5+
"version": "1.45.0",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)