You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Support for paths that begin with a tilde (~).
Support for coder ssh flag configurations through the coder.sshFlags setting.
Fixed
Fixed race condition when multiple VS Code windows download the Coder CLI binary simultaneously. Other windows now wait and display real-time progress instead of attempting concurrent downloads, preventing corruption and failures.
Remove duplicate "Cancel" buttons on the workspace update dialog.
Changed
WebSocket connections now automatically reconnect on network failures, improving reliability when communicating with Coder deployments.
Improved SSH process and log file discovery with better reconnect handling and support for VS Code forks (Cursor, Windsurf, Antigravity).