We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a89d5 commit bce8640Copy full SHA for bce8640
packages/toolkit/scripts/build/handlePackageJson.ts
@@ -41,7 +41,7 @@ function main() {
41
42
// Remove Amazon Q extension settings stored in core
43
Object.keys(coreSettings).forEach(key => {
44
- if (key.startsWith('aws.amazonQ')) {
+ if (key.startsWith('amazonQ')) {
45
delete coreSettings[key]
46
}
47
})
0 commit comments