Skip to content

Removed connection status indicator (again)? #809

@kcon-stackav

Description

@kcon-stackav

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions