Dev Container not work after switched to “Anysphere” Dev Container.
Q1: In the container startup, the “feature” section in devcontainer.json not work, it looks like can’t connect to internet, from the log, I saw the frist job after Container startup is handle the “feature” section, are you forget to handle the “containerEnv” or “build” section? I add some proxy in that, without proxy, downloading will fail.
Q2: HOW CAN I SWITCH BACK TO VSCODE DEV CONTAINER EXTENSION? I CAN NOT FIND VSCODE DEV CONTAINER IN THE MARKET ANYMORE? WHY???
Steps to Reproduce
build devcontainer fail
startup devcontainer fail
WITH “Anysphere” DEV CONTAINER
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
Hi @StudyingTime , thank you for the bug report. Can you share your devcontainer.json file so we can take a closer look? Features are generally supported, though we are looking into an issue where “remoteEnv” and “customizations” are not being applied. Features themselves do not have a build, and I was not able to reproduce an issue with containerEnv (since this is handled when building the container).
If you’re using remoteEnv in a feature, could you try switching that to containerEnv?
The original VSCode dev containers extension is currently not available in Cursor due to restrictions on how third-party extensions can be distributed through the Cursor marketplace. As a result, we’ve implemented this alternative version, which is actively being improved. We are aware of the issues with the experience, particularly around missing functionality, and we’re working to bridge that gap.
Hi @StudyingTime, could you try upgrading to version 1.0.14 of the Anysphere Remote Containers extension? We fixed some issues with how attributes from features were previously ignored.