29 lines
846 B
JSON
29 lines
846 B
JSON
{
|
|
"name": "gitlab_monitor",
|
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:20",
|
|
"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"
|
|
]
|
|
}
|
|
},
|
|
"onCreateCommand": "curl -fsSL https://bun.sh/install | bash"
|
|
}
|