-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display blank when simpleStaging is enabled #660
Labels
Comments
@rdelubi Can you open up your browser developer console and see if there are any relevant errors displayed? |
@rdelubi what version of Git do you have installed? The root cause of several similar errors has been having a Git version < 2
|
Oh wait. I spoke too soon, I see that everything works properly when you are not in simple staging 🤔 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using jupyterlab-git extension. In default mode (where simpleStaging is false), everything is displayed properly.
When I change the simpleStaging to true, the jupyterlab-git extension section displays blank. Please see screen snapshot below.
My setting:
Jupyterlab 2.1.2
@jupyterlab/git v0.20.0 enabled OK
Note that I tried restarting the jupyter notebook server instance after changing the setting to true, it didn't make any difference.
The text was updated successfully, but these errors were encountered: