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
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonq/workspace/context/ProjectContextProviderTest.kt
Copy file name to clipboardExpand all lines: plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/project/ProjectContextProvider.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -250,7 +250,7 @@ class ProjectContextProvider(val project: Project, private val encoderServer: En
250
250
return regex.find(fileName) !=null
251
251
}
252
252
253
-
privatefuncollectFiles(): FileCollectionResult {
253
+
funcollectFiles(): FileCollectionResult {
254
254
val collectedFiles = mutableListOf<String>()
255
255
var currentTotalFileSize =0L
256
256
val featureDevSessionContext =FeatureDevSessionContext(project)
0 commit comments