Skip to content

Commit

Permalink
Checkout submodules in Github codespaces (#5419)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Sep 7, 2021
1 parent d784f92 commit 0ccde64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"forwardPorts": [5900, 5901, 6080],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "gcc -v",
"postCreateCommand": "git submodule update --init",

// Comment out this line to run as root instead.
"remoteUser": "vscode",
Expand Down

0 comments on commit 0ccde64

Please sign in to comment.