You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that mcr.microsoft.com/vscode/devcontainers/python:3.13 in the devcontainer.json file now refers to Debian "Trixie" which was released in August 2025. Because the devcontainer.json file is using the Docker in Docker feature, it fails because Moby packages aren't yet available for Trixie. The workaround was to change the image to "mcr.microsoft.com/vscode/devcontainers/python:3.13-bookworm" after it fails to build the codespace the first time.