This commit is contained in:
Alex Yong 2026-05-30 00:33:18 +02:00 committed by GitHub
commit 66d2f410fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"jdkDistro": "oracle"
}
},
"postCreateCommand": "chmod +x gradlew && deno run -A scripts/download_deps.ts --yes && cp revoltbuild.properties.example revoltbuild.properties && cp sentry.properties.example sentry.properties && cp app/google-services.json.example app/google-services.json && git submodule update --init --recursive",
"postCreateCommand": "chmod +x gradlew && deno run -A scripts/download_deps.ts --yes && cp stoatbuild.properties.example stoatbuild.properties && cp sentry.properties.example sentry.properties && cp app/google-services.json.example app/google-services.json && git submodule update --init --recursive",
"customizations": {
"vscode": {
"extensions": [
@ -19,5 +19,14 @@
"kotlin.kotlin"
]
}
},
"runArgs": [
"--memory=32gb",
"--cpus=8"
],
"hostRequirements": {
"cpus": 8,
"memory": "32gb",
"storage": "64gb"
}
}