{ "name": "python-docs-ko", "image": "mcr.microsoft.com/devcontainers/python:3.13", "postCreateCommand": "pip install --user -e .pdk; sudo chown $(whoami) /workspaces; pdk init", "containerEnv": { "PDK_BRANCH": "3.13", "PDK_REVISION": "db7ad1c89f8b8f0319ec2f3a20f2f3c226a406ed" }, "features": { "ghcr.io/devcontainers/features/github-cli:1": {} }, "customizations": { "vscode": { "extensions": [ "mrorz.language-gettext", "charliermarsh.ruff", "donjayamanne.githistory" ] } } }