-
Notifications
You must be signed in to change notification settings - Fork 21
Removed connection status indicator? #361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Been having the same issue - it's normally very useful for me to keep track of latency and P2P/Relay connection status |
I too have the same issue and have not seen the connection indicator for the last few months. I don't remember when and why we removed it. Any clues @bcpeinhardt and @code-asher ? |
I think we do some janky overriding of the indicator, maybe some internal API or behavior changed and now it no longer works. |
Resolved in #480 |
…en-remote-ssh` (#492) Relates to #361. With the previous PR (Coder Connect integration), it's important that users always see this indicator, so I've added support in some extra scenarios. It already works in Cursor. Windsurf (macOS): <img width="1198" alt="image" src="https://github.com/user-attachments/assets/ab9b3ef4-5d70-436e-9503-f28734e446f6" /> VS Code (Windows):  I've been told Windows used to have the indicator, but they must have changed the format of this one log line to not have parity with the other platforms. Windsurf (Windows):  VSCodium - `jeanp413.open-remote-ssh` (Windows):  VSCodium - `jeanp413.open-remote-ssh` (macOS): <img width="1196" alt="image" src="https://github.com/user-attachments/assets/a0da8eda-367b-42dd-99e9-861e580fee3b" />
I'm on the latest extension and noticed that we removed the connections status indicator at some point.
I found it helpful, in particular, to know whether the connection is P2P and, if not, which DERP region I'm connecting through. It would also be nice to see an estimate of end-to-end latency. In general I have noticed a decay in responsiveness in my VS Code - Coder experience and I'd like to get to the bottom of it.
The text was updated successfully, but these errors were encountered: