mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-04-30 14:02:14 +00:00
Perform submodule init after start
This commit is contained in:
parent
6201717c21
commit
e516435bb9
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
// "forwardPorts": [],
|
// "forwardPorts": [],
|
||||||
|
|
||||||
// Use 'postCreateCommand' to run commands after the container is created.
|
// Use 'postCreateCommand' to run commands after the container is created.
|
||||||
// "postCreateCommand": "gcc -v",
|
"postCreateCommand": "git submodule update --init --recursive",
|
||||||
|
|
||||||
// Configure tool-specific properties.
|
// Configure tool-specific properties.
|
||||||
// "customizations": {},
|
// "customizations": {},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue