Lots of issues:
- No live logs when building containers
a. With a container that takes a couple minutes to build, the logs just hang and don’t display anything
b. I can’t know if there are build errors, or if layer caching is working, or anything - Build postStartupCommand fails with no apparent error
a. Container fails to build in Cursor, but is fine with VSCode anddevcontainer/cli
.
b.postStartupCommand
logs show that everything is going well, then suddenly cut off
[2025-06-03T18:28:38.001Z] Stop (160648 ms): Run in container: /bin/sh -c direnv exec /workspaces/backend python -m invoke backend.install
Package operations: 0 installs, 17 updates, 0 removals
• Updating config (0.0.0 /workspaces/backend/python/libs/config/src -> 0.1.0 /workspaces/backend/python/libs/config)
•
at _ (/Users/jasondamour/.cursor/extensions/anysphere.remote-containers-1.0.5/dist/main.js:2:581852)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async D.execCommand (/Users/jasondamour/.cursor/extensions/anysphere.remote-containers-1.0.5/dist/main.js:2:587408)
at async V.startDevContainer (/Users/jasondamour/.cursor/extensions/anysphere.remote-containers-1.0.5/dist/main.js:2:609997)
at async /Users/jasondamour/.cursor/extensions/anysphere.remote-containers-1.0.5/dist/main.js:2:602537
- Missing
Clone in [Named] Volume
feature from ms-vscode extension
a. I relied on using volumes to clone git repos, now that functionality is gone… - Unable to install ms-vscode.remote-containers via any means
a. I uninstalled the vscode version of the plugin to resolve a warning, and now there is no way to reinstall it
b. Cursor seems to be “monkey-patching” any attempt to install the vscode version, even when installing from local file
c. My workflow is now completely broken.
I’m not a happy camper