Replies: 1 comment 5 replies
-
What is the actual benefit behind this? I would get the separation of concerns if we were to disable type declarations in |
Beta Was this translation helpful? Give feedback.
5 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.
-
There can be many
.langium
files in the workspace -- some of them contain only parser rules and some contain only types, so it makes sense to add the.langium-types
extension to the files that contain only declared types. This is especially important after the PR about generating declared types merge, where you can get declared types automatically in a separate file.Beta Was this translation helpful? Give feedback.
All reactions