Skip to content

Commit 58f6ff6

Browse files
committed
merge in master
2 parents 59e9f9c + 19043f3 commit 58f6ff6

16 files changed

+805
-1150
lines changed

.changes/1.82.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"date": "2023-07-26",
3+
"version": "1.82.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "CodeWhisperer: issue with fetching enhanced file context"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "User setting for \"Share CodeWhisperer Content With AWS\" was not reflected in workspace-level settings"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "CodeWhisperer: Improve Java suggestion quality with enhanced file context fetching"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "Lambda \"Download\" action now expects \".mjs\" extension for Node18+ lambdas"
20+
}
21+
]
22+
}

.changes/next-release/Bug Fix-3e5e67c4-5bde-4d7d-b473-c1f772430c4f.json

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

.changes/next-release/Bug Fix-e9afd2b9-cd47-4013-a2c0-8618d7b2ed15.json

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

.changes/next-release/Feature-5baff9c0-54b5-4ed3-8a3e-a74800cc5af5.json

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

.changes/next-release/Feature-fb427da2-9ded-464d-ab03-11d52a46b604.json

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

.vscode/launch.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,15 @@
145145
"program": "${workspaceFolder}/scripts/lint/testLint.ts",
146146
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
147147
"preLaunchTask": "${defaultBuildTask}"
148+
},
149+
{
150+
"name": "Run Web Extension ",
151+
"type": "pwa-extensionHost",
152+
"debugWebWorkerHost": true,
153+
"request": "launch",
154+
"args": ["--extensionDevelopmentPath=${workspaceFolder}", "--extensionDevelopmentKind=web"],
155+
"outFiles": ["${workspaceFolder}/dist/**/*.js"],
156+
"preLaunchTask": "${defaultBuildTask}"
148157
}
149158
],
150159
"compounds": [

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.82.0 2023-07-26
2+
3+
- **Bug Fix** CodeWhisperer: issue with fetching enhanced file context
4+
- **Bug Fix** User setting for "Share CodeWhisperer Content With AWS" was not reflected in workspace-level settings
5+
- **Feature** CodeWhisperer: Improve Java suggestion quality with enhanced file context fetching
6+
- **Feature** Lambda "Download" action now expects ".mjs" extension for Node18+ lambdas
7+
18
## 1.81.0 2023-07-13
29

310
- **Bug Fix** codewhisperer: improper request format when sending empty supplemental context

0 commit comments

Comments
 (0)