Add .devcontainer/devcontainer.json

This commit is contained in:
2026-06-05 18:11:02 +01:00
parent b1bc84a044
commit dceba72891
+11
View File
@@ -0,0 +1,11 @@
{
"name": "GoEncode",
"image": "mcr.microsoft.com/devcontainers/go:2-1.26-trixie",
"customizations": {
"vscode": {
"extensions": [
"vivaxy.vscode-conventional-commits"
]
}
}
}