{ "image": "mcr.microsoft.com/devcontainers/typescript-node:22", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2.12.4": { "moby": false, }, "ghcr.io/devcontainers/features/github-cli:1.0.15": {} }, "postCreateCommand": "sudo apt update && sudo apt install -y --no-install-recommends cowsay fortune fortunes sl", "customizations": { "vscode": { "extensions": ["streetsidesoftware.code-spell-checker"] } }, "remoteEnv": { "PATH": "${containerEnv:PATH}:/usr/games" } }