1
0
Fork 0
VS_LET/.devcontainer.json

10 lines
217 B
JSON

{
"name": "Java",
"image": "mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-24.04",
"features": {
"ghcr.io/devcontainers/features/java:":1 {
"installMaven": true
}
}
}