Remote containers not working

I use docker compose with different services, and I’m trying to attach to a running container, and it fails to do so with this error code:

[1128 ms] Failed to download VS Code Server (https://update.code.visualstudio.com/commit:c0db898419c36107211de244bdcf5f412c1a4920/server-alpine-arm64/stable): HTTP 404 - Not Found
[1128 ms] Retrying to download VS Code Server.
[1205 ms] Error: Server returned 404
at g (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:844:30614)
at e.DownloadService.download (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:845:1567)[1128 ms] Failed to download VS Code Server (https://update.code.visualstudio.com/commit:c0db898419c36107211de244bdcf5f412c1a4920/server-alpine-arm64/stable): HTTP 404 - Not Found
[1128 ms] Retrying to download VS Code Server.
[1205 ms] Error: Server returned 404
at g (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:844:30614)
at e.DownloadService.download (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:845:1567)

This prevents me and many others from using this service until it’s fixed, since many depend on attaching to remote interpreters ( like docker containers )

2 Likes

did you manage to get it working? I’m having the exact same problem.