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
This issue aims to extend the pattern of injecting the interface instead of the default class to other services besides the manager classes (e.g., the selection service). Additionally, we need to ensure that interfaces and their corresponding default implementations remain synchronized across all services.
Review and align interfaces and default implementations for the remaining services.
Ensure that all public methods/fields in default implementations are reflected in the corresponding interfaces.
Update injections and bindings to match the pattern.
The text was updated successfully, but these errors were encountered:
Related to GH-1393
See also comment from Tobias: eclipse-glsp/glsp-client#388 (comment)
This issue aims to extend the pattern of injecting the interface instead of the default class to other services besides the manager classes (e.g., the selection service). Additionally, we need to ensure that interfaces and their corresponding default implementations remain synchronized across all services.
The text was updated successfully, but these errors were encountered: