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