Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Error using jdtls #65

@tukaloff

Description

@tukaloff

Same error

jdtls: -32601: No delegateCommandHandler for java.action.generateConstructorsPrompt

I checked this with just code_action and it works well

I tried to find reason but for now I have this example:

{
  arguments = { {
      context = {
        diagnostics = {}
      },
      range = {
        ["end"] = {
          character = 0,
          line = 27
        },
        start = {
          character = 0,
          line = 27
        }
      },
      textDocument = {
        uri = "file:///Users/tukaloff/git/media-fs-transfer-tool/src/main/java/com/tukaloff/mediafstransfertool/FileService.java"
      }
    } },
  command = "java.action.generateConstructorsPrompt",
  title = "Generate Constructors..."
}

this is inspected value of command I receive in parse_object_as_action

Some objects are just null
Some can run such as generate getter

Maybe this information will be helpful

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions