2
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
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": {