{ "image": "mcr.microsoft.com/devcontainers/python:3.11", "customizations": { "vscode": { "extensions": [ "mads-hartmann.bash-ide-vscode", "ms-python.python", "ms-python.vscode-pylance", "DavidAnson.vscode-markdownlint", "nefrob.vscode-just-syntax", "timonwong.shellcheck", "ms-vscode-remote.remote-containers" ] } }, "features": { "ghcr.io/devcontainers/features/node:1.6.1": {}, "ghcr.io/devcontainers/features/docker-in-docker:2.12.0": {}, "ghcr.io/guiyomh/features/just:0": {}, "ghcr.io/devcontainers-extra/features/pre-commit:2": {} }, "postCreateCommand": "/bin/bash -ex ./.devcontainer/setup.sh > postCreateCommand.log" }