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

The extended client capability: resolveAdditionalTextEditsSupport will be deprecated #430

Open
jdneo opened this issue Apr 18, 2023 · 1 comment

Comments

@jdneo
Copy link

jdneo commented Apr 18, 2023

Since LSP 3.16, client can set resolveSupport to indicates which properties a client can resolve lazily on a completion item. JDT.LS will check resolveSupport to get which properties are supported in the completionItem/resolve request.

And that means there is no need to set resolveAdditionalTextEditsSupport in extendedClientCapabilities. resolveAdditionalTextEditsSupport will be deprecated.

More information, please check:

@yyoncho
Copy link
Member

yyoncho commented Apr 18, 2023

Thanks for the heads up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants