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