// For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/python { "name": "go:1.24.2-bookworm", "dockerFile": "Dockerfile", "customizations": { "vscode": { "extensions": [ "GitHub.copilot", "golang.go", "GitHub.vscode-pull-request-github" ] } } }