Skip to content

Commit 9aeb3c4

Browse files
committed
feat(amazonq): Add log for signalling the chat UI and server are ready
1 parent b76a20e commit 9aeb3c4

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
@@ -303,6 +304,7 @@ class BrowserConnector(
303304
}
304305

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

0 commit comments

Comments
 (0)