Added Java extension pack for devcontainer.
All checks were successful
ydeng/islandsurvivalcraft/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2024-08-05 18:28:04 +00:00
parent 1a7a80d74c
commit 00d11f837e

View File

@ -12,6 +12,13 @@
"installGradle": "true" "installGradle": "true"
}, },
"ghcr.io/devcontainers/features/powershell:1": {} "ghcr.io/devcontainers/features/powershell:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"vscjava.vscode-java-pack"
]
}
} }
// Use 'forwardPorts' to make a list of ports inside the container available locally. // Use 'forwardPorts' to make a list of ports inside the container available locally.