You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(amazonq): disclaimer acknowledgement fails web build
Problem:
Webpack fails on the parent commit:
2025-04-07T17:25:48.4129595Z Error: Cannot find module './globalState'
2025-04-07T17:25:48.4148372Z at webpackMissingModule (file:///…/packages/amazonq/dist/test/web/testRunnerWebCore.js#vscode-extension:159675:92)
Solution:
Avoid importing `'aws-core-vscode/amazonq'` in `webviewProvider.ts`.
`AmazonQPromptSettings` is intended to have application-specific logic,
so move the logic there and drop the special `disclaimer.ts` module.
0 commit comments