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

Take advantage of CodeActionLiteral client capability #2962

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 16, 2023

  1. Take advantage of CodeActionLiteral client capability

    If client advertises `CodeActionLiteralSupport`, using that for
    `java.apply.workspaceEdit` would allow clients to use a generic
    algorithm, instead of being forced to provide a special case for jdt.ls.
    
    Fixes eclipse-jdtls#376
    
    Signed-off-by: Boris Staletic <boris.staletic@gmail.com>
    Signed-off-by: Anton Romanov <theli.ua@gmail.com>
    bstaletic authored and theli-ua committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c93f930 View commit details
    Browse the repository at this point in the history