...
1// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2// README at: https://github.com/devcontainers/templates/tree/main/src/go
3{
4 "name": "Go 1.21.0",
5 "build": {
6 "dockerfile": "Dockerfile"
7 },
8 // Use 'postCreateCommand' to run commands after the container is created.
9 "postCreateCommand": "bash .devcontainer/postCreate.sh",
10 // Configure tool-specific properties.
11 "customizations": {
12 "vscode": {
13 "extensions": [
14 "ms-azuretools.vscode-docker"
15 ]
16 }
17 }
18}
View as plain text