mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Create devcontainer.json
This commit is contained in:
parent
60c332d750
commit
921a1f11b5
9
.devcontainer/devcontainer.json
Normal file
9
.devcontainer/devcontainer.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/java:1": {
|
||||
"version" : "17",
|
||||
"jdkDistro" : "tem"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue