{ "image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04", "customizations": { "vscode": { "extensions": [ "mads-hartmann.bash-ide-vscode", "ms-python.python", "ms-python.vscode-pylance", "DavidAnson.vscode-markdownlint" ] } }, "features": { "ghcr.io/devcontainers/features/python:1.6.4": {}, "ghcr.io/devcontainers/features/node:1.6.0": {}, "ghcr.io/devcontainers/features/github-cli:1.0.13": {}, "ghcr.io/devcontainers/features/docker-in-docker:2.11.0": {}, "ghcr.io/devcontainers/features/common-utils:2.5.1": {}, "ghcr.io/lukewiwa/features/shellcheck:0.2.3": {}, "ghcr.io/guiyomh/features/just:0": {} }, "postCreateCommand": "/bin/bash -ex ./.devcontainer/setup.sh > postCreateCommand.log" }