Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLSP-1302 Fix ServiceConnectionProvider inject in GLSPClientContribution #203

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

ndoschek
Copy link
Contributor

@ndoschek ndoschek commented Apr 3, 2024

What it does

Resolve this binding issue by using the RemoteConnectionProvider Symbol to inject, as it is bound to the ServiceConnectionProvider, to ensure it working for both use cases (browser and electron).

Resolves eclipse-glsp/glsp#1302

How to test

Follow-ups

--

Changelog

  • This PR should be mentioned in the changelog
  • This PR introduces a breaking change (if yes, provide more details below for the changelog and the migration guide)

Resolve this binding issue by using the RemoteConnectionProvider Symbol to inject, as it is bound to the ServiceConnectionProvider, to ensure it working for both use cases (browser and electron).

Resolves eclipse-glsp/glsp#1302
@ndoschek ndoschek requested a review from tortmayr April 3, 2024 10:07
Copy link
Contributor

@tortmayr tortmayr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks

@ndoschek ndoschek merged commit e1f09c8 into master Apr 3, 2024
5 checks passed
@ndoschek ndoschek deleted the issues/1302 branch April 3, 2024 13:14
tortmayr pushed a commit that referenced this pull request Jul 5, 2024
…ion (#203)

Resolve this binding issue by using the RemoteConnectionProvider Symbol to inject, as it is bound to the ServiceConnectionProvider, to ensure it working for both use cases (browser and electron).

Resolves eclipse-glsp/glsp#1302
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GLSPClientContribution: ServiceConnectionProvider binding error in Electron environment
2 participants