opencode_offline/packages/sdk/go/.devcontainer/devcontainer.json

8 lines
296 B
JSON
Raw Normal View History

2025-07-31 13:00:29 +08:00
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "Development",
"image": "mcr.microsoft.com/devcontainers/go:1.23-bookworm",
"postCreateCommand": "go mod tidy"
}