homogeneize devcontainers
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -6,5 +6,11 @@
|
||||
"args": {
|
||||
"VARIANT": "latest"
|
||||
}
|
||||
},
|
||||
"customizations": {
|
||||
"jetbrains": {
|
||||
"backend": "IntelliJ"
|
||||
}
|
||||
},
|
||||
"workspaceFolder": "/workspace"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user