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
I quite frequently run into a situation where lexical gets stuck indexing indefinitely, and sometimes it appears to spin up several indexing tasks which all end up stuck / don't leave the vscode notification center, this is a bit distracting:
Unfortunately reloading the editor does not help at all, once this starts happening, lexical always shows an indexing notification that never goes away when it starts, and the only thing that helps is deleting the indexes directory under .lexical and then restarting the editor.
After that, the indexing then completes immediately in around a second and everything works normally again.
It just happened to me again and I noticed the last line in the .lexical/project.log is this:
I quite frequently run into a situation where lexical gets stuck indexing indefinitely, and sometimes it appears to spin up several indexing tasks which all end up stuck / don't leave the vscode notification center, this is a bit distracting:
Unfortunately reloading the editor does not help at all, once this starts happening, lexical always shows an indexing notification that never goes away when it starts, and the only thing that helps is deleting the indexes directory under
.lexical
and then restarting the editor.After that, the indexing then completes immediately in around a second and everything works normally again.
It just happened to me again and I noticed the last line in the
.lexical/project.log
is this:In the
lexical.log
there is this:Is there any way to avoid this?
The text was updated successfully, but these errors were encountered: