Skip to content

Commit

Permalink
fix(core): Add missing amazonq.supressPrompts (aws#5595)
Browse files Browse the repository at this point in the history
## Problem
- When you build the project amazonQSessionConfigurationMessage and
ssoCacheError get removed from the amazon q package.json

## Solution
- Add them into core, which makes sure they get copied to the
package.json of amazonq
  • Loading branch information
jpinkney-aws authored Sep 16, 2024
1 parent 8d64865 commit 8416271
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,14 @@
"amazonQWelcomePage": {
"type": "boolean",
"default": false
},
"amazonQSessionConfigurationMessage": {
"type": "boolean",
"default": false
},
"ssoCacheError": {
"type": "boolean",
"default": false
}
},
"additionalProperties": false
Expand Down

0 comments on commit 8416271

Please sign in to comment.