When the Docker event listener catches a supported (Kafka/SR) container starting, it shows a progress indicator in the Resources view. Unfortunately, no text is shown here indicating to the user what exactly is loading/happening.
Separate from https://github.com/confluentinc/vscode/issues/444, we could show ephemeral status bar updates to indicate the Resources view is waiting on something (e.g. a Kafka container's logs to show the Server started, listening for requests... message), which would then clear as soon as the event listener resolves.
This should also include a boolean setting/configuration in package.json to disable/enable altogether.
When the Docker event listener catches a supported (Kafka/SR) container starting, it shows a progress indicator in the Resources view. Unfortunately, no text is shown here indicating to the user what exactly is loading/happening.
Separate from https://github.com/confluentinc/vscode/issues/444, we could show ephemeral status bar updates to indicate the Resources view is waiting on something (e.g. a Kafka container's logs to show the
Server started, listening for requests...
message), which would then clear as soon as the event listener resolves.This should also include a
boolean
setting/configuration in package.json to disable/enable altogether.