tag:github.com,2008:https://github.com/coder/vscode-coder/releasesRelease notes from vscode-coder2025-12-10T10:38:32Ztag:github.com,2008:Repository/582550891/v1.11.52025-12-10T10:54:53Zv1.11.5<h3>Added</h3>
<ul>
<li>Support for paths that begin with a tilde (<code>~</code>).</li>
<li>Support for <code>coder ssh</code> flag configurations through the <code>coder.sshFlags</code> setting.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>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.</li>
<li>Remove duplicate "Cancel" buttons on the workspace update dialog.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>WebSocket connections now automatically reconnect on network failures, improving reliability when communicating with Coder deployments.</li>
<li>Improved SSH process and log file discovery with better reconnect handling and support for VS Code forks (Cursor, Windsurf, Antigravity).</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/582550891/v1.11.42025-11-20T15:40:17Zv1.11.4<h3>Fixed</h3>
<ul>
<li>Add support for <code>google.antigravity-remote-openssh</code> Remote SSH extension.</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improved workspace connection progress messages and enhanced the workspace build terminal with better log streaming. The extension now also waits for blocking startup scripts to complete before connecting, providing clear progress indicators during the wait.</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/582550891/v1.11.32025-10-23T10:16:01Zv1.11.3<h3>Fixed</h3>
<ul>
<li>Fixed WebSocket connections not receiving headers from the configured header (<code>coder.headerCommand</code>), which could cause authentication failures with remote workspaces.</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/582550891/v1.11.22025-10-07T19:32:01Zv1.11.2<h3>Changed</h3>
<ul>
<li>Updated Visual Studio Marketplace badge in README to use img.shields.io service instead of vsmarketplacebadges.</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/582550891/v1.11.12025-10-07T08:57:21Zv1.11.1<h3>Fixed</h3>
<ul>
<li>Logging in or out in one VS Code window now properly updates the authentication status in all other open windows.</li>
<li>Fix an issue with JSON stringification errors occurring when logging circular objects.</li>
<li>Fix resource cleanup issues that could leave lingering components after extension deactivation.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Support for <code>CODER_BINARY_DESTINATION</code> environment variable to set CLI download location (overridden by extension setting <code>coder.binaryDestination</code> if configured).</li>
<li>Search filter button to Coder Workspaces tree views for easier workspace discovery.</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/582550891/v1.11.02025-09-24T09:41:42Zv1.11.0<h3>Changed</h3>
<ul>
<li>Always enable verbose (<code>-v</code>) flag when a log directory is configured (<code>coder.proxyLogDir</code>).</li>
<li>Automatically start a workspace without prompting if it is explicitly opened but not running.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add support for CLI global flag configurations through the <code>coder.globalFlags</code> setting.</li>
<li>Add logging for all REST traffic. Verbosity is configurable via <code>coder.httpClientLogLevel</code> (<code>none</code>, <code>basic</code>, <code>headers</code>, <code>body</code>).</li>
<li>Add lifecycle logs for WebSocket creation, errors, and closures.</li>
<li>Include UUIDs in REST and WebSocket logs to correlate events and measure duration.</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/582550891/v1.10.12025-08-13T18:18:01Zv1.10.1<h3>Fixed</h3>
<ul>
<li>The signature download fallback now uses only major.minor.patch without any<br>
extra labels (like the hash), since the releases server does not include those<br>
labels with its artifacts.</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/582550891/v1.10.02025-08-05T16:46:15Zv1.10.0<h3>Changed</h3>
<ul>
<li>Coder output panel enhancements: all log entries now include timestamps, and<br>
you can filter messages by log level in the panel.</li>
</ul>
<h3>Added</h3>
<ul>
<li>Update <code>/openDevContainer</code> to support all dev container features when hostPath<br>
and configFile are provided.</li>
<li>Add <code>coder.disableUpdateNotifications</code> setting to disable workspace template<br>
update notifications.</li>
<li>Consistently use the same session for each agent. Previously, depending on how<br>
you connected, it could be possible to get two different sessions for an<br>
agent. Existing connections may still have this problem; only new connections<br>
are fixed.</li>
<li>Add an agent metadata monitor status bar item, so you can view your active<br>
agent metadata at a glance.</li>
<li>Add binary signature verification. This can be disabled with<br>
<code>coder.disableSignatureVerification</code> if you purposefully run a binary that is<br>
not signed by Coder (for example a binary you built yourself).</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/582550891/v1.9.22025-06-25T09:02:35Zv1.9.2<h3>Fixed</h3>
<ul>
<li>
<p>Use <code>--header-command</code> properly when starting a workspace.</p>
</li>
<li>
<p>Handle <code>agent</code> parameter when opening workspace to support multi-agent workspaces.</p>
</li>
<li>
<p>Handle windows specific paths in log-path parameter</p>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>The Coder logo has been updated.</li>
</ul>github-actions[bot]tag:github.com,2008:Repository/582550891/v1.9.12025-05-27T15:57:59Zv1.9.1<h3>Fixed</h3>
<ul>
<li>Missing or otherwise malformed <code>START CODER VSCODE</code> / <code>END CODER VSCODE</code> blocks in <code>${HOME}/.ssh/config</code> will now result in an error when attempting to update the file. These will need to be manually fixed before proceeding.</li>
<li>Multiple open instances of the extension could potentially clobber writes to <code>~/.ssh/config</code>. Updates to this file are now atomic.</li>
<li>Add support for <code>anysphere.remote-ssh</code> Remote SSH extension.</li>
</ul>github-actions[bot]