Skip to content

Commit b357b53

Browse files
Merge master into feature/cwltail
2 parents ab57eed + 67225e2 commit b357b53

34 files changed

+1748
-160
lines changed

package-lock.json

Lines changed: 8 additions & 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"devDependencies": {
4242
"@aws-toolkits/telemetry": "^1.0.272",
4343
"@playwright/browser-chromium": "^1.43.1",
44+
"@types/he": "^1.2.3",
4445
"@types/vscode": "^1.68.0",
4546
"@types/vscode-webview": "^1.57.1",
4647
"@types/webpack-env": "^1.18.5",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Breaking Change",
3+
"description": "Change keybind for focusing chat to ctrl+win+i on Windows, ctrl+cmd+i on macOS and ctrl+meta+i on Linux"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Inline Suggestions: Occasional `ValidationException` if user context has too many characters."
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "Use inline chat to select code and transform it with natural language instructions"
4+
}

0 commit comments

Comments
 (0)