- Notifications
You must be signed in to change notification settings - Fork34
Open
Description
In#580, we got rid of the two SSE connections (workspacewatch
and agentwatch-metadata
). However, this requires users to update their Coder Server to>=2.22.0
or otherwise would fail with 404. We should instead fallback to SSE when we get a 404 for those two requests so users don't get broken watching behavior simply because they use a new VS Code extension.