Perform submodule init after start

This commit is contained in:
David Chavez 2024-05-19 13:06:30 +00:00
parent 6201717c21
commit e516435bb9

View file

@ -9,7 +9,7 @@
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "gcc -v",
"postCreateCommand": "git submodule update --init --recursive",
// Configure tool-specific properties.
// "customizations": {},