-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
I think #361 may have resurfaced because I'm not able to see the connection status indicator anymore in the bottom bar in VS Code while connected to a Coder workspace. I'm running:
- macOS 26.3
- VS Code 1.109.5
- Coder VS Code extension 1.12.2
As a workaround to see that info for anyone else who is missing this feature, you can run a command like this on macOS while VS Code is actively connected to a Coder workspace via the Coder VS Code extension (make sure to replace or set ${CODER_SERVER_HOSTNAME}, and brew install jq if you don't have it already) to dump the JSON file that I believe is supposed to populate the connection status indicator:
❯ pgrep -f "ssh.*${CODER_SERVER_HOSTNAME}" | xargs -I {} cat ~/Library/Application\ Support/Code/User/globalStorage/coder.coder-remote/net/{}.json 2>/dev/null | jq .
{
"p2p": true,
"latency": 87.763,
"preferred_derp": "Coder Embedded Relay",
"derp_latency": {
"Coder Embedded Relay": 88.430458
},
"upload_bytes_sec": 448,
"download_bytes_sec": 569,
"using_coder_connect": false
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels