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