Clear the docker setup - Deprecate post-create.sh and use bin/setup (#30502)
This commit is contained in:
committed by
GitHub
parent
a729104a41
commit
cd4b00810d
@@ -37,7 +37,7 @@
|
||||
},
|
||||
|
||||
"onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
|
||||
"postCreateCommand": ".devcontainer/post-create.sh",
|
||||
"postCreateCommand": "bin/setup",
|
||||
"waitFor": "postCreateCommand",
|
||||
|
||||
"customizations": {
|
||||
|
||||
Reference in New Issue
Block a user