Replies: 1 comment 2 replies
-
Hey @sorawee, I believe the validation options in the document builder and the ones used in the document validator have drifted apart a bit. It might make sense to consolidate a bit for our v4.0. Do you mind creating a feature request for that? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to trigger revalidation while specifying validation options (e.g.,
stopAfterLexingErrors: true
)?If I understand correctly, the answer seems to be no (without overriding
DefaultDocumentBuilder
'sbuild
). This is because the only way to force re-running is to havevalidation: true
, buttrue
means that validation options cannot be specified.Is this something that Langium will eventually support?
Beta Was this translation helpful? Give feedback.
All reactions