-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Explorer empty on startup #107143
Comments
@bpasero for making the workbench more fault tolerant |
I believe this was caused be ab1f288. The problem is that notebook information is persisted in a memento and that the structure of notebook info has changed. Therefore, after the first (re)load, this error happens. Another reload should straighten things out again. Trying to push a workaround. |
@jrieken is there a way to reproduce the empty explorer from Adding @isidorn for explorer to see if he can reproduce and better protect against empty explorer. |
⬆️ replace that line with some error throwing and you should be able to see the same issue |
explorer was failing becaue the getEditorOverrides was throwing here
Feels like @bpasero tackled that via this commit |
The text was updated successfully, but these errors were encountered: