Skip to content

How to checkout recursively? #25429

Answered by jkeech
sarisia asked this question in Codespaces
Oct 9, 2020 · 5 comments · 3 replies
Discussion options

You must be logged in to vote

Hi @sarisia, @acangialosi,

That setting in VS Code is only supported in Visual Studio Codespaces and is not currently implemented for GitHub Codespaces.

There is not currently a way to request submodule checkout in GitHub Codespaces, although it’s on our backlog! For now, you could try working around it by specifying a postCreateCommand in devcontainer.json to clone the submodules. Note that this will also only work today if those submodule repos are public, as the GitHub token that the Codespace gets is restricted just to the main Codespace repo.

Replies: 5 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@josecelano
Comment options

@oysteijo
Comment options

@josecelano
Comment options

Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment