Byte-snake-engine/.devcontainer/devcontainer.json

14 lines
244 B
JSON
Raw Normal View History

2023-09-28 19:20:13 -07:00
{
2023-09-28 19:20:26 -07:00
"name": "rules.battlesnake.local",
2023-09-28 19:20:13 -07:00
"image": "mcr.microsoft.com/devcontainers/go:1.18",
"postCreateCommand": "",
"forwardPorts": [],
"customizations": {
"vscode": {
"extensions": [],
"settings": {
}
}
}
}