14 lines
354 B
JSON

// For format details, see https://aka.ms/devcontainer.json.
// For config options, see the README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "java",
"image": "ghcr.io/eoeair/cenv:java",
// Configure vscode-extensions.
"customizations": {
"vscode": {
"extensions": ["vscjava.vscode-java-pack"]
}
}
}