| { | |
| "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" | |
| ] | |
| } | |
| } | |
| } |