From e15d19b97f28b6daad521ab65eef382b7a73dbfd Mon Sep 17 00:00:00 2001 From: Alex Yong Date: Mon, 11 Aug 2025 11:53:34 -0400 Subject: [PATCH] Update devcontainer.json Signed-off-by: Alex Yong --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1cf96f55..9c8861e5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,7 +10,7 @@ "jdkDistro": "oracle" } }, - "postCreateCommand": "chmod +x gradlew && cp revoltbuild.properties.example revoltbuild.properties && cp sentry.properties.example sentry.properties && git submodule update --init --recursive", + "postCreateCommand": "chmod +x gradlew && deno run -A scripts/download_deps.ts --yes && cp revoltbuild.properties.example revoltbuild.properties && cp sentry.properties.example sentry.properties && git submodule update --init --recursive", "customizations": { "vscode": { "extensions": [