Skip to content

Commit

Permalink
Add go and git features to devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Jan 19, 2024
1 parent 246e92c commit edab727
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/devcontainers/features/go:1": {}
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/devcontainers/features/git:1": {}
},
"postCreateCommand": "/app/start.sh",
"postCreateCommand": "sudo /app/start.sh",
"customizations": {
"vscode": {
"extensions": ["golang.go", "GitHub.copilot"]
}
}
},
"containerUser": "dev"
}

0 comments on commit edab727

Please sign in to comment.