{ "name": "Submelon FP", "image": "mcr.microsoft.com/devcontainers/typescript-node:18-bullseye", "customizations": { "vscode": { "settings": { "files.exclude": { "**/.yarn": true, "**/node_modules": true } }, "extensions": [ "ginfuru.better-nunjucks" ] } }, // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": "yarn install" }