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
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).