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

Don't implement by default custom language client API #870

Closed
angelozerr opened this issue May 22, 2023 · 1 comment · Fixed by #871
Closed

Don't implement by default custom language client API #870

angelozerr opened this issue May 22, 2023 · 1 comment · Fixed by #871
Assignees
Labels
debt enhancement New feature or request
Milestone

Comments

@angelozerr
Copy link
Contributor

When a LSP client consumes the last version of Qute LS, it doesn't know which new API methods that it needs to implement because all API are implemented by default which return a CompletableFuture.completableFuture(null).

We need to remove default implementation to force all LSP client (like IJ Quarkus, JBoss Tools Quarkus) to implement new methods.

//cc @sbouchet

@angelozerr angelozerr added enhancement New feature or request debt labels May 22, 2023
@angelozerr angelozerr self-assigned this May 22, 2023
@angelozerr angelozerr added this to the 0.15.0 milestone May 22, 2023
angelozerr added a commit to angelozerr/quarkus-ls that referenced this issue May 22, 2023
angelozerr added a commit to angelozerr/quarkus-ls that referenced this issue May 22, 2023
datho7561 pushed a commit that referenced this issue May 23, 2023
Fixes #870

Signed-off-by: azerr <azerr@redhat.com>
@angelozerr
Copy link
Contributor Author

Thanks so much @datho7561 for your review, I need to do the same thing for MicroProfile LS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant