0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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": {