mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
17 lines
267 B
JSON
17 lines
267 B
JSON
{
|
|
"name": "Devbox Remote Container",
|
|
"build": {
|
|
"dockerfile": "./Dockerfile",
|
|
"context": ".."
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {},
|
|
"extensions": [
|
|
"jetpack-io.devbox"
|
|
]
|
|
}
|
|
},
|
|
"remoteUser": "devbox"
|
|
}
|