🧑‍💻 Dev: 修复 devcontainer corepack 安装 yarn 卡死 (#3893)

This commit is contained in:
Ju4tCode
2026-03-14 21:33:28 +08:00
committed by GitHub
parent 6ebbb5a8bb
commit 441e8c5f39

View File

@@ -6,7 +6,7 @@
"ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/meaningful-ooo/devcontainer-features/fish:2": {} "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": { "customizations": {
"vscode": { "vscode": {
"settings": { "settings": {