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
When a devcontainer is specified, the agent should watch for changes to those files and publish an event on the workspace updates channel (e.g. agt_devcontainer_files_updated) to notify consumers that the files relating to the devcontainer were modified.
Only notify the files were modified since the devcontainer was started.
We should debounce these notifications as well.
For now, only support this on agents running on Linux platforms.