Replies: 1 comment
-
Hey @cdietrich,
I believe that's because the |
Beta Was this translation helpful? Give feedback.
0 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.
-
parseHelper calls documentbuilder.build
we have some tests, e.g. content assist tests, that need to work in a workspace like env.
we currently do it like the following
this is problematic when the first documents have references that cannot be resolved by document add order
so we end up with stale refs.
is there a reason parseHelper does not call update?
Beta Was this translation helpful? Give feedback.
All reactions