Skip to content

Commit 3cbefec

Browse files
committed
Merge branch 'feature/rubysecurityscans' of https://github.com/LaxmanReddyAileni/aws-toolkit-vscode into feature/rubysecurityscans
2 parents ad4254f + 2226cad commit 3cbefec

File tree

56 files changed

+1801
-589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1801
-589
lines changed

.changes/2.2.0.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date": "2023-12-06",
3+
"version": "2.2.0",
4+
"entries": [
5+
{
6+
"type": "Breaking Change",
7+
"description": "validate that pom.xml is in root directory of project, not anywhere in project"
8+
},
9+
{
10+
"type": "Bug Fix",
11+
"description": "AWS Toolkit submenus appear in other extension views #4111"
12+
},
13+
{
14+
"type": "Bug Fix",
15+
"description": "CodeCatalyst: \"No handler found\" error may occur when opening `vscode://` URI #4105"
16+
},
17+
{
18+
"type": "Bug Fix",
19+
"description": "CodeWhisperer: Security scans for Java no longer require build artifacts"
20+
},
21+
{
22+
"type": "Bug Fix",
23+
"description": "Amazon Q: Input prompt gets wrapped to new line which avoids focusing"
24+
}
25+
]
26+
}

.changes/next-release/Breaking Change-d11aa2b2-96e2-46f7-9a06-5fceab6299ec.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
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": "Help > View Toolkit Logs opens an empty file if other menu items were interacted with first."
4+
}

.changes/next-release/Bug Fix-546034a4-7a26-4c29-b0ae-5f2ddb7b9697.json

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

.changes/next-release/Bug Fix-5caa0d38-8b96-437c-9710-3b288794d9ab.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
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": "Amazon Q: Fixed an issue where sometimes /transform won't appear when switching between idC/builder id"
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": "Amazon Q: 'Switch to Q Chat' button not working for some users."
4+
}

.changes/next-release/Bug Fix-d086954c-0bde-4ab8-9d07-7eac324faaf8.json

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

.changes/next-release/Bug Fix-dc5d5825-4d0e-4a2e-9ec3-63b4a0466662.json

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

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
node: true,
1010
mocha: true,
1111
},
12-
plugins: ['@typescript-eslint', 'header', 'no-null'],
12+
plugins: ['@typescript-eslint', 'header', 'no-null', 'aws-toolkits'],
1313
extends: [
1414
'eslint:recommended',
1515
'plugin:@typescript-eslint/eslint-recommended',
@@ -115,5 +115,6 @@ module.exports = {
115115
},
116116
{ lineEndings: 'unix' },
117117
],
118+
'aws-toolkits/no-only-in-tests': 'error',
118119
},
119120
}

0 commit comments

Comments
 (0)