Create devcontainer.json
Signed-off-by: Alex Yong <alexjyong@gmail.com>
This commit is contained in:
parent
91f18b7808
commit
aa1d90dd85
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
|
||||
"ghcr.io/devcontainers/features/java:1": {
|
||||
"version": "21",
|
||||
"jdkDistro": "oracle"
|
||||
},
|
||||
"ghcr.io/nordcominc/devcontainer-features/android-sdk:1": {
|
||||
"extra_packages": "ndk"
|
||||
}
|
||||
},
|
||||
"postCreateCommand": "chmod +x gradlew && cp revoltbuild.properties.example revoltbuild.properties && cp sentry.properties.example sentry.properties",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"redhat.java",
|
||||
"vscjava.vscode-java-pack",
|
||||
"kotlin.kotlin"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue