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",
|
"image": "mcr.microsoft.com/openjdk/jdk:21-ubuntu",
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/java:1": {
|
"ghcr.io/devcontainers/features/java:1": {
|
||||||
|
|||||||
@@ -6,5 +6,11 @@
|
|||||||
"args": {
|
"args": {
|
||||||
"VARIANT": "latest"
|
"VARIANT": "latest"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"customizations": {
|
||||||
|
"jetbrains": {
|
||||||
|
"backend": "IntelliJ"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"workspaceFolder": "/workspace"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user