Update .devcontainer/devcontainer.json

This commit is contained in:
2025-05-07 15:49:02 +00:00
parent 07f82b1e8f
commit d162744619

View File

@@ -1,12 +1,16 @@
{
"name": "GoLand Dev Container",
"image": "golang:1.22",
"features": {},
"name": "Java 21 Dev Container",
"image": "mcr.microsoft.com/openjdk/jdk:21-ubuntu",
"settings": {
"java.home": "/usr/lib/jvm/msopenjdk-21-amd64"
},
"features": {
"ghcr.io/devcontainers/features/maven:1": {}
},
"customizations": {
"jetbrains": {
"ide": "GoLand"
"backend": "IntelliJ"
}
},
"workspaceFolder": "/workspace"
}