Skip to content

Commit b52888f

Browse files
author
aws-toolkit-automation
committed
Release 1.59.0
1 parent 5915d6c commit b52888f

7 files changed

+26
-14
lines changed

.changes/1.59.0.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2022-12-15",
3+
"version": "1.59.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Help button on the \"save connection\" prompt does nothing"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "CodeWhisperer may alter editor.hover.enabled configuration"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "CodeWhisperer: Add 'Do not show again' button to authentication migration prompt"
16+
}
17+
]
18+
}

.changes/next-release/Bug Fix-1c8e7c12-027a-47d4-a6ed-30fdf16c0cb7.json

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

.changes/next-release/Bug Fix-323bebec-e52d-4977-b4b7-31fcbcf37bbf.json

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

.changes/next-release/Feature-b58057ed-a465-4379-9407-a544d0e4e1a3.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.59.0 2022-12-15
2+
3+
- **Bug Fix** Help button on the "save connection" prompt does nothing
4+
- **Bug Fix** CodeWhisperer may alter editor.hover.enabled configuration
5+
- **Feature** CodeWhisperer: Add 'Do not show again' button to authentication migration prompt
6+
17
## 1.58.0 2022-12-06
28

39
- **Feature** S3: "Download As" action defaults to the last-used download path.

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

0 commit comments

Comments
 (0)