From 441e8c5f397d27963a26190a41122886e595e55a Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Sat, 14 Mar 2026 21:33:28 +0800 Subject: [PATCH] =?UTF-8?q?:technologist:=20Dev:=20=E4=BF=AE=E5=A4=8D=20de?= =?UTF-8?q?vcontainer=20corepack=20=E5=AE=89=E8=A3=85=20yarn=20=E5=8D=A1?= =?UTF-8?q?=E6=AD=BB=20(#3893)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a8308ca3..db809fd8 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": {