gitlab_monitor/.devcontainer/devcontainer.json
zhaoyingbo ba71a09887
All checks were successful
CI Monitor CI/CD / build-image (push) Successful in 30s
CI Monitor CI/CD / deploy (push) Successful in 30s
feat: 更新CI报告发送时间为每周五早上10点
2024-06-29 03:44:31 +00:00

33 lines
876 B
JSON

{
"name": "ci_monitor",
"image": "git.yingbo.im:333/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,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
}
},
"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",
"stylelint.vscode-stylelint",
"GitHub.copilot"
]
}
}
}