preciazo/.devcontainer/devcontainer.json

16 lines
266 B
JSON
Raw Normal View History

2023-12-27 03:53:41 +00:00
{
2024-02-23 13:26:30 +00:00
"name": "Devbox Remote Container",
"build": {
"dockerfile": "./Dockerfile",
"context": ".."
},
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"jetpack-io.devbox"
]
}
},
"remoteUser": "devbox"
}