14 lines
244 B
JSON
14 lines
244 B
JSON
|
|
{
|
||
|
|
"name": "board.battlesnake.local",
|
||
|
|
"image": "mcr.microsoft.com/devcontainers/go:1.18",
|
||
|
|
"postCreateCommand": "",
|
||
|
|
"forwardPorts": [],
|
||
|
|
"customizations": {
|
||
|
|
"vscode": {
|
||
|
|
"extensions": [],
|
||
|
|
"settings": {
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|