Fix Corepack prompt on Devcontainer (#31729)

This commit is contained in:
Michael Stanclift
2024-09-04 03:20:46 -05:00
committed by GitHub
parent 14af5b47ac
commit a24049db30
2 changed files with 4 additions and 1 deletions

View File

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