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: stop validation after lexing/parsing errors (#662)
### Summary of Changes
Linking or custom validation errors are no longer displayed if a
document has lexing or parsing errors. This better highlights the
criticality of those issues and ensures that users fix those first. It
also prevents the display of some additional errors that were caused by
the lexing or parsing errors.
0 commit comments