30 lines
807 B
JSON
30 lines
807 B
JSON
{
|
|
"name": "replace_me",
|
|
"image": "micr.cloud.mioffice.cn/zhaoyingbo/dev:bun",
|
|
"remoteUser": "bun",
|
|
"containerUser": "bun",
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {
|
|
"files.autoSave": "afterDelay",
|
|
"editor.guides.bracketPairs": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true,
|
|
"github.copilot.chat.localeOverride": "zh-CN"
|
|
},
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode",
|
|
"eamodio.gitlens",
|
|
"unifiedjs.vscode-mdx",
|
|
"oderwat.indent-rainbow",
|
|
"jock.svg",
|
|
"ChakrounAnas.turbo-console-log",
|
|
"Gruntfuggly.todo-tree",
|
|
"MS-CEINTL.vscode-language-pack-zh-hans",
|
|
"GitHub.copilot"
|
|
]
|
|
}
|
|
}
|
|
}
|