| // For format details, see https://aka.ms/devcontainer.json. For config options, see the | |
| // README at: https://github.com/devcontainers/templates/tree/main/src/go | |
| { | |
| "name": "Go 1.21.0", | |
| "build": { | |
| "dockerfile": "Dockerfile" | |
| }, | |
| // Use 'postCreateCommand' to run commands after the container is created. | |
| "postCreateCommand": "bash .devcontainer/postCreate.sh", | |
| // Configure tool-specific properties. | |
| "customizations": { | |
| "vscode": { | |
| "extensions": [ | |
| "ms-azuretools.vscode-docker" | |
| ] | |
| } | |
| } | |
| } |