preciazo/.devcontainer/devcontainer.json
2024-02-23 10:26:30 -03:00

16 lines
266 B
JSON

{
"name": "Devbox Remote Container",
"build": {
"dockerfile": "./Dockerfile",
"context": ".."
},
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"jetpack-io.devbox"
]
}
},
"remoteUser": "devbox"
}