0
0
Fork 0

Clear the docker setup - Deprecate post-create.sh and use bin/setup (#30502)

This commit is contained in:
Fabio Leandro Janiszevski 2024-06-06 06:00:09 -03:00 committed by GitHub
parent a729104a41
commit cd4b00810d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 30 deletions

View file

@ -37,7 +37,7 @@
},
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
"postCreateCommand": ".devcontainer/post-create.sh",
"postCreateCommand": "bin/setup",
"waitFor": "postCreateCommand",
"customizations": {