Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
The “Dev Containers” extension (anysphere.remote-containers) UI and sidebar icon frequently disappear or fail to show up when already connected to a Dev Container session. Even though the extension is installed on the host and was working earlier in the day, the “Containers” view and related commands often become unavailable without any configuration changes.
Steps to Reproduce
The “Dev Containers” extension (anysphere.remote-containers) UI and sidebar icon frequently disappear or fail to show up when already connected to a Dev Container session. Even though the extension is installed on the host and was working earlier in the day, the “Containers” view and related commands often become unavailable without any configuration changes.
Expected Behavior
Open a workspace with a .devcontainer configuration (Docker Compose based).
Use “Reopen in Container” to start the session.
Once inside the container (verified by /.dockerenv existence and /root/.cursor-server path), observe that the Dev Containers icon is missing from the sidebar.
Search for @ext:anysphere.remote-containers in the Extensions view; it shows as installed locally but does not appear to be active or providing UI elements in the remote context.
Screenshots / Screen Recordings
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.2.44
VSCode Version: 1.105.1
Commit: 20adc1003928b0f1b99305dbaf845656ff81f5d0
Date: 2025-12-24T21:41:47.598Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Darwin arm64 25.1.0
For AI issues: which model did you use?
N/A
Additional Information
Confirmed docker.sock is correctly linked inside the container (/var/run/docker.sock → /var/run/docker-host.sock).
Verified Docker CLI is available inside the container.
Updated devcontainer.json to include the docker-outside-of-docker feature (Package features/docker-outside-of-docker · GitHub).
Attempted to toggle between “Local” and “Dev Container” extension scopes; the extension is only visible in the “Local” list.
Rebuilt for other local projects that had the extention working, after rebuild, the UI extention didn’t display anymore.
Does this stop you from using Cursor
No - Cursor works, but with this issue



