Shows step "waiting for agent to connect" even though workspace is fully started
I was able to connect to my workspace fine, but was surprised to see one of the loading steps "Waiting for agent to connect" when the agent was fully connected on the dashboard.
Does this reproduce consistently or is it intermittent?
intermittent. I noticed it when I clicked "VS Code Desktop" from a workspace that was already started. VS Code was closed
I was in this code recently and added logging for what statuses we are getting back from the API. I suspect that if the extension is waiting, that means the API has returned connecting, but there could also be a logic bug in the plugin.
It might just be a timing thing, like it became connected right after we made the call. We do a bunch of things between making the initial call and checking the agent status.