mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
18 lines
393 B
JSON
18 lines
393 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/java:1": {
|
|
"version": "17"
|
|
},
|
|
"ghcr.io/akhildevelops/devcontainer-features/android-cli:latest": {
|
|
"PACKAGES": "platform-tools,platforms;android-29"
|
|
}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"fwcd.kotlin"
|
|
]
|
|
}
|
|
}
|
|
}
|