Fix Corepack prompt on Devcontainer (#31729)
This commit is contained in:
parent
14af5b47ac
commit
a24049db30
2 changed files with 4 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue