32 lines
819 B
JSON
32 lines
819 B
JSON
{
|
|
"name": "ili",
|
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
|
|
"remoteUser": "root",
|
|
"updateRemoteUserUID": false,
|
|
"mounts": [
|
|
"source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind",
|
|
"source=${localEnv:HOME},target=/host-home,type=bind"
|
|
],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"vue.volar",
|
|
"vue.vscode-typescript-vue-plugin",
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode",
|
|
"editorconfig.editorconfig",
|
|
"nuxt.mdc",
|
|
"lokalise.i18n-ally",
|
|
"vitest.explorer",
|
|
"bradlc.vscode-tailwindcss",
|
|
"ms-azuretools.vscode-docker",
|
|
"gruntfuggly.todo-tree"
|
|
]
|
|
}
|
|
},
|
|
"forwardPorts": [
|
|
3000
|
|
],
|
|
"postCreateCommand": "bash .devcontainer/post-create.sh"
|
|
}
|