- Notifications
You must be signed in to change notification settings - Fork34
Releases: coder/vscode-coder
v1.11.2
2cd05a3
Compare
Changed
- Updated Visual Studio Marketplace badge in README to use img.shields.io service instead of vsmarketplacebadges.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.11.1
a6cefa2
Compare
Fixed
- Logging in or out in one VS Code window now properly updates the authentication status in all other open windows.
- Fix an issue with JSON stringification errors occurring when logging circular objects.
- Fix resource cleanup issues that could leave lingering components after extension deactivation.
Added
- Support for
CODER_BINARY_DESTINATION
environment variable to set CLI download location (overridden by extension settingcoder.binaryDestination
if configured). - Search filter button to Coder Workspaces tree views for easier workspace discovery.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.11.0
dc4d6d4
Compare
Changed
- Always enable verbose (
-v
) flag when a log directory is configured (coder.proxyLogDir
). - Automatically start a workspace without prompting if it is explicitly opened but not running.
Added
- Add support for CLI global flag configurations through the
coder.globalFlags
setting. - Add logging for all REST traffic. Verbosity is configurable via
coder.httpClientLogLevel
(none
,basic
,headers
,body
). - Add lifecycle logs for WebSocket creation, errors, and closures.
- Include UUIDs in REST and WebSocket logs to correlate events and measure duration.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.10.1
83391f9
Compare
Fixed
- The signature download fallback now uses only major.minor.patch without any
extra labels (like the hash), since the releases server does not include those
labels with its artifacts.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.10.0
c26018f
Compare
Changed
- Coder output panel enhancements: all log entries now include timestamps, and
you can filter messages by log level in the panel.
Added
- Update
/openDevContainer
to support all dev container features when hostPath
and configFile are provided. - Add
coder.disableUpdateNotifications
setting to disable workspace template
update notifications. - Consistently use the same session for each agent. Previously, depending on how
you connected, it could be possible to get two different sessions for an
agent. Existing connections may still have this problem; only new connections
are fixed. - Add an agent metadata monitor status bar item, so you can view your active
agent metadata at a glance. - Add binary signature verification. This can be disabled with
coder.disableSignatureVerification
if you purposefully run a binary that is
not signed by Coder (for example a binary you built yourself).
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.9.2
0c73c83
Compare
Fixed
Use
--header-command
properly when starting a workspace.Handle
agent
parameter when opening workspace to support multi-agent workspaces.Handle windows specific paths in log-path parameter
Changed
- The Coder logo has been updated.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.9.1
6cc34ca
Compare
Fixed
- Missing or otherwise malformed
START CODER VSCODE
/END CODER VSCODE
blocks in${HOME}/.ssh/config
will now result in an error when attempting to update the file. These will need to be manually fixed before proceeding. - Multiple open instances of the extension could potentially clobber writes to
~/.ssh/config
. Updates to this file are now atomic. - Add support for
anysphere.remote-ssh
Remote SSH extension.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.9.0
37948de
Compare
Fixed
- The connection indicator will now show for VS Code on Windows, Windsurf, and
when using thejeanp413.open-remote-ssh
extension.
Changed
- The connection indicator now shows if connecting through Coder Desktop.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.8.0
Compare
Added
- Coder extension sidebar now displays available app statuses, and let's
the user click them to drop into a session with a running AI Agent.
Assets3
Uh oh!
There was an error while loading.Please reload this page.
v1.7.1
Compare
Fixed
- Fix bug where we were leaking SSE connections
Assets3
Uh oh!
There was an error while loading.Please reload this page.