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 #1256

Merged
merged 1 commit into from
Nov 13, 2019
Merged

Take advantage of CodeActionLiteral client capability #1256

merged 1 commit into from
Nov 13, 2019

Commits on Nov 11, 2019

  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 #376
    
    Signed-off-by: Boris Staletic <boris.staletic@gmail.com>
    bstaletic committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    65342dd View commit details
    Browse the repository at this point in the history