Clear the docker setup - Deprecate post-create.sh and use bin/setup (#30502)
This commit is contained in:
parent
a729104a41
commit
cd4b00810d
4 changed files with 3 additions and 30 deletions
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
|
||||
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
|
||||
"postCreateCommand": ".devcontainer/post-create.sh",
|
||||
"postCreateCommand": "bin/setup",
|
||||
"waitFor": "postCreateCommand",
|
||||
|
||||
"customizations": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue