| 1234567 |
- // 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"
- }
|