diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 36e60ee5..9558bffd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,8 +1,9 @@ // For format details, see https://aka.ms/devcontainer.json. For config options, see the README at: // https://github.com/microsoft/vscode-dev-containers/tree/v0.245.0/containers/python-3 { - "name": "Python 3.13", - "image": "mcr.microsoft.com/devcontainers/python:3.13-bullseye", + // Uncomment to run Python 3.13 or other specific version + // "image": "mcr.microsoft.com/devcontainers/python:3.13-bullseye", + // Configure tool-specific properties. "customizations": { // Configure properties specific to VS Code.