{ "name": "egg_server", "image": "mcr.microsoft.com/devcontainers/typescript-node:20", "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": { "version": "latest", "moby": true } }, "customizations": { "vscode": { "settings": { "files.autoSave": "afterDelay", "editor.guides.bracketPairs": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": "always" } }, "extensions": [ "eamodio.gitlens", "Gruntfuggly.todo-tree", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode", "YoavBls.pretty-ts-errors", "ChakrounAnas.turbo-console-log", "streetsidesoftware.code-spell-checker", "MS-CEINTL.vscode-language-pack-zh-hans", "Prisma.prisma", "humao.rest-client", "GitHub.copilot", "GitHub.copilot-chat", "oven.bun-vscode" ] } }, "onCreateCommand": "curl -fsSL https://imoaix.cn/Soft/bun/install.sh | bash" }