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/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,9 @@ class AmazonQLanguageClientImpl(private val project: Project) : AmazonQLanguageC
76
76
MessageType.Info, MessageType.Log->Level.INFO
77
77
}
78
78
79
-
if (type ==Level.ERROR&& messageParams.message.lineSequence().firstOrNull()?.contains("NOTE: The AWS SDK for JavaScript (v2) is in maintenance mode.") ==true) {
79
+
if (type ==Level.ERROR&&
80
+
messageParams.message.lineSequence().firstOrNull()?.contains("NOTE: The AWS SDK for JavaScript (v2) is in maintenance mode.") ==true
0 commit comments