mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 22:26:19 +00:00
16 lines
No EOL
266 B
JSON
16 lines
No EOL
266 B
JSON
{
|
|
"name": "Devbox Remote Container",
|
|
"build": {
|
|
"dockerfile": "./Dockerfile",
|
|
"context": ".."
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {},
|
|
"extensions": [
|
|
"jetpack-io.devbox"
|
|
]
|
|
}
|
|
},
|
|
"remoteUser": "devbox"
|
|
} |