Loading request...
Request to fix issues when generating web editors for grammars that extend other grammars, as current generation fails with linking diagnostics.
When generating a web editor for a grammar depending on another grammar like this: `grammar tld.domain.my.dsl.MyExtendingDSL with tld.domain.my.dsl.MyBaseDSL` errors like the following are thrown during generation: `java.lang.IllegalStateException: Problem parsing 'platform:/resource/tld.domain.my.dsl/src/main/java/path/to/package/dsl/MyExtendingDSL.xtext': XtextLinkingDiagnostic: null:1 Couldn't resolve reference to Grammar 'tld.domain.my.dsl.MyBaseDSL'.`