From 1092037dc9e6c0801cbaa96e8381d5b5d4af6fe6 Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Sat, 14 Mar 2026 13:04:52 +0000 Subject: [PATCH] :technologist: fix devcontainer setup yarn stuck --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a8308ca355f3..db809fd84ba5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,7 @@ "ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/meaningful-ooo/devcontainer-features/fish:2": {} }, - "postCreateCommand": "./scripts/setup-envs.sh", + "postCreateCommand": "corepack enable && COREPACK_ENABLE_DOWNLOAD_PROMPT=0 ./scripts/setup-envs.sh", "customizations": { "vscode": { "settings": {