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
Some parts of the DefaultGLSPServerLauncher implementation are currently hard to customize. For instance the createClientConnection() method is private and cannot not be overwritten in subclass. Also it's not possible to provide a custom messageWrapper or gsonGonfigurator for the lsp4j launcher.
The text was updated successfully, but these errors were encountered:
- Change visibility of `createClientConnection()` to protected
- Extract creation of gsonConfigurator and messageWrapper into submethods so that they can be easily overwritten.
Fixeseclipse-glsp/glsp/issues/385
- Change visibility of `createClientConnection()` to protected
- Extract creation of gsonConfigurator and messageWrapper into submethods so that they can be easily overwritten.
Fixeseclipse-glsp/glsp/issues/385
…sp#128)
- Change visibility of `createClientConnection()` to protected
- Extract creation of gsonConfigurator and messageWrapper into submethods so that they can be easily overwritten.
Fixeseclipse-glsp/glsp/issues/385
Some parts of the
DefaultGLSPServerLauncher
implementation are currently hard to customize. For instance thecreateClientConnection()
method is private and cannot not be overwritten in subclass. Also it's not possible to provide a custommessageWrapper
orgsonGonfigurator
for the lsp4j launcher.The text was updated successfully, but these errors were encountered: