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
Currently, we use the (LS)TheiaSprottyConnector to get access to Theia services from within sprotty.
We could as well have these injected in the diagram configuration, which is created using the Theia DI container, and then bind these instances in the resp. Sprotty container. This would result in far less constructor injection and much better configurable dependencies between Theia and Sprotty.
The text was updated successfully, but these errors were encountered:
Currently, we use the
(LS)TheiaSprottyConnector
to get access to Theia services from within sprotty.We could as well have these injected in the diagram configuration, which is created using the Theia DI container, and then bind these instances in the resp. Sprotty container. This would result in far less constructor injection and much better configurable dependencies between Theia and Sprotty.
The text was updated successfully, but these errors were encountered: