mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-03-15 17:44:40 +00:00
🧑💻 Dev: 修复 devcontainer corepack 安装 yarn 卡死 (#3893)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user