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
Currently devcontainer state changes are detected in the dashboard via 10s polling. This creates an artificial delay for the state to be reflected in the UI.
We should implement a push-signal to notify clients of devcontainer state changes (dirty status, recreated, etc). This could be done via WebSockets or triggering a workspace update via pubsub indicating resources should be refreshed.
We may also want to propagate the signal to editor integrations, but we should be vary of duplicating logic (e.g. VS Code watches the devcontainer.json for changes already, adding our own notifications on top may be excessive).
The text was updated successfully, but these errors were encountered:
Currently devcontainer state changes are detected in the dashboard via 10s polling. This creates an artificial delay for the state to be reflected in the UI.
We should implement a push-signal to notify clients of devcontainer state changes (dirty status, recreated, etc). This could be done via WebSockets or triggering a workspace update via pubsub indicating resources should be refreshed.
We may also want to propagate the signal to editor integrations, but we should be vary of duplicating logic (e.g. VS Code watches the devcontainer.json for changes already, adding our own notifications on top may be excessive).
The text was updated successfully, but these errors were encountered: