homogeneize devcontainers

This commit is contained in:
2025-06-03 22:32:20 +02:00
parent b165c774bd
commit f6c7603afa
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "Java 21 Dev Container",
"name": "OpenJDK21",
"image": "mcr.microsoft.com/openjdk/jdk:21-ubuntu",
"features": {
"ghcr.io/devcontainers/features/java:1": {

View File

@@ -6,5 +6,11 @@
"args": {
"VARIANT": "latest"
}
},
"customizations": {
"jetbrains": {
"backend": "IntelliJ"
}
},
"workspaceFolder": "/workspace"
}