setup submodules as a separate step

This commit is contained in:
dcvz 2024-05-19 14:14:31 +02:00
parent 4f093a32d0
commit 186008083b

View file

@ -10,8 +10,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "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": {},