From 97a3fa46a985daab5e20d389ce83744cefffd0e5 Mon Sep 17 00:00:00 2001 From: Brad Van Vugt <1531419+bvanvugt@users.noreply.github.com> Date: Thu, 28 Sep 2023 19:20:13 -0700 Subject: [PATCH] Create devcontainer.json --- .devcontainer/devcontainer.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .devcontainer/devcontainer.json 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": { + } + } + } +}