eclipse-langium / langium

Next-gen language engineering / DSL framework
https://langium.org/
MIT License
663 stars 61 forks source link

Fix false positive multiplicity validation #1559

Closed msujew closed 1 week ago

msujew commented 1 week ago

Closes https://github.com/eclipse-langium/langium/issues/1558

Adds exception in case the targeted rule is a data type rule or a terminal rule.

Also already pulls up the versions for the core package and vscode extension.