theia-ide / theia-extension-example

The example of how to build the Theia-based app with the custom markdown extension.
Apache License 2.0
24 stars 14 forks source link

Creating a Xtext DSL for Theia #4

Closed SharkJ closed 6 years ago

SharkJ commented 6 years ago

Hi, I need to add a language extension to Theia by implementing a DSL I created using Xtext. I found this repo but I get so many errors when trying to build it (probably because it is outdated). Could you please tell me the steps to follow in order to implement my DSL to Theia? Thanks!

svenefftinge commented 6 years ago

Did you try to open it in Gitpod? It worked there for me a couple of days ago:

Open in Gitpod

SharkJ commented 6 years ago

Yes, it works well with Gitpod. But when I try to build it locally, I get errors that I've mentioned here.

svenefftinge commented 6 years ago

https://github.com/theia-ide/theia-xtext/issues/8 has been merged. Please reopen if there is still something missing.