You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
Like mentioned in #64 it would be nice if the ecore-file generation service would be called via socket from the theia backend.
Additionally there could be a better solution for finding the jarPath. Right now it checks wheter or not the current OS is Windows and then cuts the first char of the path string to enable the feature
The text was updated successfully, but these errors were encountered:
More generally, we should provide an "Ecore Backend" Java plug-in, that should expose a JSON RPC endpoint (Similar to what already exists for the Ecore GLSP Server). The Ecore Backend will provide the following actions:
Create a new model (Ecore File)
Create a new GenModel
Generate code from the GenModel
...
Then we don't have to worry about the jarPath anymore
Like mentioned in #64 it would be nice if the ecore-file generation service would be called via socket from the theia backend.
Additionally there could be a better solution for finding the jarPath. Right now it checks wheter or not the current OS is Windows and then cuts the first char of the path string to enable the feature
The text was updated successfully, but these errors were encountered: