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/amazonqFeatureDev/FeatureDevSessionContextTest.kt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,8 @@ class FeatureDevSessionContextTest : FeatureDevTestBase(HeavyJavaCodeInsightTest
96
96
"License.md",
97
97
"node_modules/express",
98
98
"build/outputs",
99
-
"dist/bundle.js"
99
+
"dist/bundle.js",
100
+
"gradle/wrapper/gradle-wrapper.jar",
100
101
)
101
102
102
103
val zipResult = featureDevSessionContext.getProjectZip(false)
@@ -120,6 +121,7 @@ class FeatureDevSessionContextTest : FeatureDevTestBase(HeavyJavaCodeInsightTest
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/FeatureDevSessionContext.kt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ class RepoSizeLimitError(override val message: String) : RuntimeException(), Rep
0 commit comments