commit 8f0daa45dc7ccace069dda7e7d2018082a1fa197 Author: init Date: Sun Sep 22 13:58:31 2024 +0000 添加 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..4406a08 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "name": "Gitea DevContainer", + "image": "mcr.microsoft.com/devcontainers/go:1.22-bullseye" +} \ No newline at end of file