Dateien nach "/" hochladen

main
Sandro Leuchter 2025-04-03 16:59:54 +02:00
parent dd3e53e331
commit eaf6ce4784
1 changed files with 18 additions and 0 deletions

18
.devcontainer.json 100644
View File

@ -0,0 +1,18 @@
{
"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
}
},
"customizations": {
"vscode": {
"extensions": [
"vscjava.vscode-java-pack"
]
}
}
}