39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "replace_me",
|
|
"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,
|
|
"github.copilot.chat.localeOverride": "zh-CN",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "always"
|
|
}
|
|
},
|
|
"extensions": [
|
|
"jock.svg",
|
|
"GitHub.copilot",
|
|
"eamodio.gitlens",
|
|
"unifiedjs.vscode-mdx",
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode",
|
|
"Gruntfuggly.todo-tree",
|
|
"ChakrounAnas.turbo-console-log",
|
|
"streetsidesoftware.code-spell-checker",
|
|
"MS-CEINTL.vscode-language-pack-zh-hans",
|
|
"Prisma.prisma"
|
|
]
|
|
}
|
|
},
|
|
"onCreateCommand": "curl -fsSL https://bun.sh/install | bash"
|
|
}
|