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
Amazon Q: Greatly reduce indexing time for at workspace feature (#4784)
* Amazon Q: Greatly reduce indexing time for at workspace feature
1. Optimize the file traversing logic to do early pruning
and remove redundant checks
2. Add .venv to the ignore pattern
3. Only add files to the indexing results not directories
4. In a testing project reduced the indexing time from 4m30s to 15s
5. Also did the same optimiztaion to /dev zip file traversing.
* addressing comments
* detektMain and addressing comments
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/editor/context/project/ProjectContextProvider.kt
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/FeatureDevSessionContext.kt
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -89,15 +89,6 @@ class FeatureDevSessionContext(val project: Project, val maxProjectSizeBytes: Lo
0 commit comments