eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
36 stars 8 forks source link

Remove workaround for creating notation elemtents #338

Open tortmayr opened 4 years ago

tortmayr commented 4 years ago

The notation resource is currently managed locally whereas the semantic resource is managed from the modelserver. As a consequence, we had to introduce a workaround. This workaround can be removed once the notation resource is also managed by the modelserver. See https://github.com/eclipsesource/graphical-lsp/pull/337 for details