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
feat: fallback static parsing for completely invalid notebooks (#8723)
## 📝 Summary
Allows notebooks with broken syntax to be parsed by extracting the "cell
boundaries" (i.e. @app.cell) and leveraging indentation. Possibly a bit
heavy handed, but leverages a simple state machine to work through the
tokens to find the boundaries.
NB, this is _ONLY_ a fallback mechanism, but should prevent breakage in
vs-code/ watch when the source file breaks.
0 commit comments