Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @zrwsmd, This will work as expected once you correctly implement loading of external data. See #1517 (comment). |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
i want to define a custom function block

CacheFb1
at my st program var declaration,this custom function block is not define at st file,i should get this from another way like a json file(this custom function block actually is a library function written by my colleague,he can give to me by json format)for var declaration at st program ,it seems easy to achieve by changing my langium rule,but if i want to call it inner vaiable(

ccc
for example) like belowi can not achieve it by override DefaultScopeProvider$getScope

so should i define $document property?maybe cache document?but it readonly property
Beta Was this translation helpful? Give feedback.
All reactions