1
0
Fork 0

devcontainer

main
Sandro Leuchter 2025-04-01 12:04:14 +02:00
parent 708987769c
commit 2d42b110b2
1 changed files with 9 additions and 0 deletions

View File

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