mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
17 lines
393 B
JSON
17 lines
393 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
|
"postCreateCommand": "sudo chown $(whoami) /opt/android/",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/java:latest": {
|
|
"version": "17"
|
|
},
|
|
"ghcr.io/akhildevelops/devcontainer-features/android-cli:0": {}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"fwcd.kotlin"
|
|
]
|
|
}
|
|
}
|
|
}
|