diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..754e14f --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,13 @@ +{ + "name": "board.battlesnake.local", + "image": "mcr.microsoft.com/devcontainers/go:1.18", + "postCreateCommand": "", + "forwardPorts": [], + "customizations": { + "vscode": { + "extensions": [], + "settings": { + } + } + } +}