Skip to content

Commit 9b8b634

Browse files
authored
Update AmazonQLanguageClientImpl.kt
1 parent c2ad0ed commit 9b8b634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class AmazonQLanguageClientImpl(private val project: Project) : AmazonQLanguageC
7878

7979
if (type == Level.ERROR && messageParams.message.lineSequence().firstOrNull()?.contains("NOTE: The AWS SDK for JavaScript (v2) is in maintenance mode.") == true) {
8080
LOG.info { "Suppressed Flare AWS JS SDK v2 EoL error message" }
81+
return
8182
}
8283

8384
LOG.atLevel(type).log(messageParams.message)

0 commit comments

Comments
 (0)