Skip to content

Commit b066f7d

Browse files
authored
feat(amazonq): Add log for signaling the chat UI and server are ready (#5888)
1 parent ee1d809 commit b066f7d

File tree

1 file changed

+2
-0
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview

1 file changed

+2
-0
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/webview/BrowserConnector.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import org.eclipse.lsp4j.jsonrpc.ResponseErrorException
3131
import org.eclipse.lsp4j.jsonrpc.messages.ResponseErrorCode
3232
import software.aws.toolkits.core.utils.error
3333
import software.aws.toolkits.core.utils.getLogger
34+
import software.aws.toolkits.core.utils.info
3435
import software.aws.toolkits.core.utils.warn
3536
import software.aws.toolkits.jetbrains.services.amazonq.apps.AppConnection
3637
import software.aws.toolkits.jetbrains.services.amazonq.commands.MessageSerializer
@@ -304,6 +305,7 @@ class BrowserConnector(
304305
}
305306

306307
CHAT_READY -> {
308+
LOG.info { "Amazon Q Chat UI loaded and ready for input" }
307309
handleChat(AmazonQChatServer.chatReady, node) { params, invoke ->
308310
uiReady.complete(true)
309311
chatCommunicationManager.setUiReady()

0 commit comments

Comments
 (0)