Fix Codespaces startup fails due to Corepack download prompt (#31189)

pull/2800/head
kyori19 2024-07-29 17:27:11 +09:00 committed by GitHub
parent ec5a860924
commit 6ad477d146
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
},
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
"postCreateCommand": "bin/setup",
"postCreateCommand": "COREPACK_ENABLE_DOWNLOAD_PROMPT=0 bin/setup",
"waitFor": "postCreateCommand",
"customizations": {