32 lines
932 B
JSON
32 lines
932 B
JSON
{
|
|
"name": "egg_server",
|
|
"image": "micr.cloud.mioffice.cn/zhaoyingbo/dev:bun",
|
|
"remoteUser": "bun",
|
|
"containerUser": "bun",
|
|
"forwardPorts": [3000],
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"files.autoSave": "afterDelay",
|
|
"editor.guides.bracketPairs": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode",
|
|
"eamodio.gitlens",
|
|
"unifiedjs.vscode-mdx",
|
|
"litiany4.umijs-plugin-model",
|
|
"oderwat.indent-rainbow",
|
|
"jock.svg",
|
|
"ChakrounAnas.turbo-console-log",
|
|
"Gruntfuggly.todo-tree",
|
|
"MS-CEINTL.vscode-language-pack-zh-hans",
|
|
"GitHub.copilot"
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "bash -i /workspaces/egg_server/.devcontainer/initial.bash"
|
|
}
|