You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @WetHat, unfortunately this is expected behavior. We don't have a way currently to recursively go into a submodule (indeed, it may not even be on GitHub).
If somebody wanted to try implementing that, it could be an interesting exercise, but I don't know how feasible it is.
Hi,
I'm having an issue with Git submodules as described below:
Description
When a directory is a GIT submodule, an attempt to open it with the
@jupyterlab/github
extensiondisplays an error:
Reproduce
command line
# To add and clone a new submodule $ git submodule add https://github.com/chaconinc/DbConnector $ git clone https://github.com/chaconinc/MainProject $ git submodule init $ git submodule update
@jupyterlab/github
extension installed.<directory>
because it is a submodule'Expected behavior
Git submodules should be supported like regular Git modules. That would be extremely helpful!
Context
Python package version:
Thanks,
WetHat
The text was updated successfully, but these errors were encountered: