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/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevControllerExtensions.kt
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@ private fun FeatureDevController.openChatNotificationAction() =
289
289
toolWindow?.show()
290
290
}
291
291
292
-
// Should include error messages only for whitelisted exceptions
292
+
// Should include error messages only for safe exceptions
293
293
// i.e. exceptions with deterministic error messages and do not include sensitive data
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevControllerTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -696,7 +696,7 @@ class FeatureDevControllerTest : FeatureDevTestBase() {
0 commit comments