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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ class AmazonQLanguageClientImpl(private val project: Project) : AmazonQLanguageC
152
152
MessageType.Error->Level.ERROR
153
153
MessageType.Warning->Level.WARN
154
154
MessageType.Info, MessageType.Log->Level.INFO
155
-
else->Level.WARN
155
+
else->Level.Warn
156
156
}
157
157
158
158
if (type ==Level.ERROR&&
@@ -269,23 +269,23 @@ class AmazonQLanguageClientImpl(private val project: Project) : AmazonQLanguageC
0 commit comments