Skip to content

Implement push for devcontainer state changes #653

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mafredri opened this issue May 21, 2025 · 0 comments
Open

Implement push for devcontainer state changes #653

mafredri opened this issue May 21, 2025 · 0 comments

Comments

@mafredri
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant