From dceba72891e447ea8c28561388b76cfdd33cb40a Mon Sep 17 00:00:00 2001 From: Jamie <1+jamie@noreply.jdbnet.co.uk> Date: Fri, 5 Jun 2026 18:11:02 +0100 Subject: [PATCH] Add .devcontainer/devcontainer.json --- .devcontainer/devcontainer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..567971a --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,11 @@ +{ + "name": "GoEncode", + "image": "mcr.microsoft.com/devcontainers/go:2-1.26-trixie", + "customizations": { + "vscode": { + "extensions": [ + "vivaxy.vscode-conventional-commits" + ] + } + } +} \ No newline at end of file