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
Follow up to: aws#5238
Problem:
We (feature dev team) want to understand if there are any other relevant code
file extension that should be added to the allowlist.
Solution:
Emit telemetry event to see the most common file extensions being ignored while
bundling.
Example log:
2024-07-11 10:35:18.127 [info] Amazon Q Developer Agent for software development Conversation ID: dea452f8-e685-4285-b350-900a06a40d51
2024-07-11 10:35:19.146 [info] ignoring file extension name: graphql, count: 82
2024-07-11 10:35:19.146 [info] ignoring file extension name: eslintignore, count: 1
2024-07-11 10:35:19.146 [info] ignoring file extension name: nvmrc, count: 1
0 commit comments