1
0
Fork 0
VS_LET/.devcontainer.json

23 lines
537 B
JSON

{
"name": "Java",
"image": "mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-24.04",
"features": {
"ghcr.io/guiyomh/features/just:0": {},
"ghcr.io/devcontainers/features/java:1": {
"version": "24-open",
"installMaven": true
},
"docker-in-docker": {
"version": "latest",
"moby": false
}
},
"customizations": {
"vscode": {
"extensions": [
"vscjava.vscode-java-pack"
]
}
}
}