blob: 580037ce0c41acd7031c9f947ab650c54b1abc20 [file]
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
"features": {
"ghcr.io/devcontainers/features/java:1": {
"version": "8",
"installMaven": "true"
},
// docker is useful to run diffoscope
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"customizations": {
"vscode": {
"extensions": [
"github.vscode-github-actions"
]
}
}
}